From 80015d8d71b263252e694dfaa35f020279df6b5d Mon Sep 17 00:00:00 2001 From: MD Mahbub Hasan Date: Sun, 27 Oct 2024 16:29:14 +0600 Subject: [PATCH] format fix for templates list --- apps/dokploy/templates/templates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index dbe818cb..568a18ec 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -526,8 +526,8 @@ export const templates: TemplateData[] = [ }, tags: ["file", "manager"], load: () => import("./filebrowser/index").then((m) => m.generate), - }, - { + }, + { id: "portainer", name: "Portainer", version: "2.21.4",