diff --git a/app/portainer/components/custom-templates-list/customTemplatesListController.js b/app/portainer/components/custom-templates-list/customTemplatesListController.js index 5c031cc39..818e47aad 100644 --- a/app/portainer/components/custom-templates-list/customTemplatesListController.js +++ b/app/portainer/components/custom-templates-list/customTemplatesListController.js @@ -1,6 +1,6 @@ const CUSTOM_TEMPLATES_TYPES = { - STANDALONE: 1, - SWARM: 2, + SWARM: 1, + STANDALONE: 2, KUBERNETES: 3, };