mirror of https://github.com/portainer/portainer
fix(customtemplates): show correct type (#5668)
parent
cad530ec04
commit
4890f50443
|
@ -1,6 +1,6 @@
|
|||
const CUSTOM_TEMPLATES_TYPES = {
|
||||
STANDALONE: 1,
|
||||
SWARM: 2,
|
||||
SWARM: 1,
|
||||
STANDALONE: 2,
|
||||
KUBERNETES: 3,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue