From 1676a080c54a59341b447981ef873bb5bc4a61ff Mon Sep 17 00:00:00 2001 From: argirok Date: Tue, 4 Jun 2024 12:56:24 +0300 Subject: [PATCH] [plugins-functionality | DONE | CHANGED ] Better check for deleting custom plugins, Show custom plugin title instead of template --- dashboard/plugins/plugins.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dashboard/plugins/plugins.component.html b/dashboard/plugins/plugins.component.html index d9da4791..ee0a4b50 100644 --- a/dashboard/plugins/plugins.component.html +++ b/dashboard/plugins/plugins.component.html @@ -82,7 +82,9 @@
-
{{pluginGroup.template.name}}
+
{{pluginGroup.template.name}}
+
{{pluginGroup.plugin.object && pluginGroup.plugin.object.title?pluginGroup.plugin.object.title:pluginGroup.template.name}}
+
{{pluginGroup.template.description}}
@@ -134,7 +136,7 @@
--> -
+