Fix repo types to helm-chart and juju-bundle
[osm/LW-UI.git] / k8srepohandler / template / modal / k8srepo_register.html
index b090bc8..b742d79 100644 (file)
@@ -35,8 +35,8 @@ limitations under the License.
                         <label for="k8sr_type" class="col-sm-2">Type *</label>
                         <div class="col-sm-3">
                             <select required id="k8sr_type" name="type" class="form-control">
-                                <option value="chart">Chart</option>
-                                <option value="bundle">Bundle</option>
+                                <option value="helm-chart">Helm Chart</option>
+                                <option value="juju-bundle">Juju Bundle</option>
                             </select>
                         </div>