mirror of https://github.com/portainer/portainer
feat(ui): reordered kubernetes create from code options [R8S-429] (#951)
parent
6481483074
commit
5e271fd4a4
|
@ -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…
Reference in New Issue