From 6b124d72126b0c141e2a8e1a6c60f8f5af8b9c50 Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Thu, 15 Feb 2024 17:49:48 +0000 Subject: [PATCH] Upload files to "dnac_integration/templates/dnac_integration" --- .../dnac_integration/dnacserver.html | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dnac_integration/templates/dnac_integration/dnacserver.html diff --git a/dnac_integration/templates/dnac_integration/dnacserver.html b/dnac_integration/templates/dnac_integration/dnacserver.html new file mode 100644 index 0000000..6670941 --- /dev/null +++ b/dnac_integration/templates/dnac_integration/dnacserver.html @@ -0,0 +1,34 @@ +{% extends 'generic/object.html' %} +{% block content %} +
+
+
+
DNAC Server
+
+ + + + + + + + + + + + + + + + + +
Hostname{{ object.name }}
Username{{ object.get_username_display }}
Version{{ object.get_version_display }}
Verify{{ object.get_verify_display }}
+
+
+ {% include 'inc/panels/custom_fields.html' %} +
+
+ {% include 'inc/panels/tags.html' %} +
+
+{% endblock content %} \ No newline at end of file