From 6b16388c54c0c7c6797bb6a78db7648c65d3071b Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 24 Jul 2024 13:35:28 +0700 Subject: [PATCH] 14731 review changes --- netbox/templates/core/plugin.html | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/netbox/templates/core/plugin.html b/netbox/templates/core/plugin.html index 1fec87304..476f0cb1c 100644 --- a/netbox/templates/core/plugin.html +++ b/netbox/templates/core/plugin.html @@ -55,34 +55,15 @@
-
{% trans "Author" %}
- - - - - - - - -
{% trans "Author" %} {{ plugin.author.name }}
{% trans "Org id" %}{{ plugin.author.org_id|placeholder }}
{% trans "URL" %}{{ plugin.author.url|urlize|placeholder }}
-
- -
-
{% trans "Plugin" %}
- - - - - @@ -91,10 +72,6 @@ - - - -
{% trans "Name" %} {{ plugin.title_short }}
{% trans "Tag line" %}{{ plugin.tag_line|placeholder }}
{% trans "License" %} {{ plugin.license_type }}{% trans "Description" %} {{ plugin.description_short|markdown }}
{% trans "URL" %}{{ plugin.homepage_url|urlize|placeholder }}
{% trans "Certified" %} {% checkmark plugin.is_certified %}