mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(customtemplates): show correct type (#5668)
This commit is contained in:
parent
cad530ec04
commit
4890f50443
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const CUSTOM_TEMPLATES_TYPES = {
|
||||
STANDALONE: 1,
|
||||
SWARM: 2,
|
||||
SWARM: 1,
|
||||
STANDALONE: 2,
|
||||
KUBERNETES: 3,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue