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