mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 17:29:39 +02:00
fix(kube): change advanced deployment label [EE-6310] (#10626)
* change namespace label to deploy to * fix var typo
This commit is contained in:
parent
e1e90c9c1d
commit
3525a1af77
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
></box-selector>
|
></box-selector>
|
||||||
|
|
||||||
<!-- namespace -->
|
<!-- namespace -->
|
||||||
<div class="col-sm-12 form-section-title !mt-4"> Namespace </div>
|
<div class="col-sm-12 form-section-title !mt-4"> Deploy to </div>
|
||||||
<div class="form-group" ng-if="ctrl.formValues.Namespace && ctrl.state.BuildMethod !== ctrl.BuildMethods.HELM">
|
<div class="form-group" ng-if="ctrl.formValues.Namespace && ctrl.state.BuildMethod !== ctrl.BuildMethods.HELM">
|
||||||
<label for="toggle_logo" class="col-lg-2 col-sm-3 control-label text-left">
|
<label for="toggle_logo" class="col-lg-2 col-sm-3 control-label text-left">
|
||||||
Use namespace(s) specified from manifest
|
Use namespace(s) specified from manifest
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
ng-model="ctrl.formValues.Namespace"
|
ng-model="ctrl.formValues.Namespace"
|
||||||
ng-options="namespace.Name as namespace.Name for namespace in ctrl.namespaces"
|
ng-options="namespace.Name as namespace.Name for namespace in ctrl.namespaces"
|
||||||
></select>
|
></select>
|
||||||
<span ng-if="ctrl.formValues.namespace_toggle && ctrl.state.buildMethod !== ctrl.BuildMethods.HELM" class="small text-muted pt-[7px]"
|
<span ng-if="ctrl.formValues.namespace_toggle && ctrl.state.BuildMethod !== ctrl.BuildMethods.HELM" class="small text-muted pt-[7px]"
|
||||||
>Namespaces specified in the manifest will be used</span
|
>Namespaces specified in the manifest will be used</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue