mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(ui): reordered kubernetes create from code options [R8S-429] (#951)
This commit is contained in:
parent
6481483074
commit
5e271fd4a4
1 changed files with 1 additions and 1 deletions
|
@ -34,10 +34,10 @@ class KubernetesDeployController {
|
|||
|
||||
this.methodOptions = [
|
||||
{ ...git, value: KubernetesDeployBuildMethods.GIT },
|
||||
{ ...helm, value: KubernetesDeployBuildMethods.HELM },
|
||||
{ ...editor, value: KubernetesDeployBuildMethods.WEB_EDITOR },
|
||||
{ ...url, value: KubernetesDeployBuildMethods.URL },
|
||||
{ ...customTemplate, value: KubernetesDeployBuildMethods.CUSTOM_TEMPLATE },
|
||||
{ ...helm, value: KubernetesDeployBuildMethods.HELM },
|
||||
];
|
||||
|
||||
let buildMethod = Number(this.$state.params.buildMethod) || KubernetesDeployBuildMethods.GIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue