From 41d6df8efb1dcc3719d707f677345057db7f4a84 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Fri, 26 Feb 2021 16:54:39 +0100 Subject: [PATCH] cleanup --- Template/test.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Template/test.json b/Template/test.json index df41f5f..17192cf 100644 --- a/Template/test.json +++ b/Template/test.json @@ -412,17 +412,16 @@ "name": "PORT" } ], - "image": "organizr/organizr:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png", "name": "organizr-v2", + "note": "A Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.", "platform": "linux", "repository": { "stackfile": "Template/Stack/organizr.yml", - "url": "https://github.com/Qballjos/portainer_templates", - "restart_policy": "unless-stopped", - "title": "Organizr", - "type": 3 - } + "url": "https://github.com/Qballjos/portainer_templates" + }, + "title": "Organizr v2", + "type": 3 } ] }