diff --git a/app/templates/ipam/subnet_view.html b/app/templates/ipam/subnet_view.html index b5a0c58..d6fa156 100644 --- a/app/templates/ipam/subnet_view.html +++ b/app/templates/ipam/subnet_view.html @@ -1,4 +1,58 @@ {% extends "layout.html" %} +{% from "components/markdown_content.html" import render_markdown, render_markdown_with_truncate %} + +{% block styles %} + + +{% endblock %} {% block content %}
No documentation available for this application.
- {% endif %} -Name | +Server | +Documentation | ++ |
---|---|---|---|
+ {{ app.name }} + | ++ + {{ app.server.hostname }} ({{ app.server.ip_address }}) + + | ++ {% if app.documentation %} + {{ render_markdown_with_truncate(app.documentation, 120) }} + {% else %} + No documentation available + {% endif %} + | ++ + View + + | +