fix(customtemplates): show correct type (#5669)
parent
6d510c4f30
commit
fc52830c7d
|
@ -1,6 +1,6 @@
|
|||
const CUSTOM_TEMPLATES_TYPES = {
|
||||
STANDALONE: 1,
|
||||
SWARM: 2,
|
||||
SWARM: 1,
|
||||
STANDALONE: 2,
|
||||
KUBERNETES: 3,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue