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