Fix repo types to helm-chart and juju-bundle 27/8327/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 5 Dec 2019 10:06:02 +0000 (11:06 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 5 Dec 2019 10:06:02 +0000 (11:06 +0100)
Change-Id: Ib5cdc04f222e106169a8cfafde362b7a3d01070d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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>