diff options
| author | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
|---|---|---|
| committer | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
| commit | ab6ca080771b706a310ebfd8a4192841cdfef05c (patch) | |
| tree | f9da21650402f17330d68bb7d6f86b031191ddb9 /templates/fabric.html | |
Diffstat (limited to 'templates/fabric.html')
| -rw-r--r-- | templates/fabric.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/fabric.html b/templates/fabric.html new file mode 100644 index 0000000..b97eaec --- /dev/null +++ b/templates/fabric.html @@ -0,0 +1,24 @@ +<!-- fabric.html, + -- Copyright (C) 2025 Private Island Networks Inc. +--> +{% extends "base.html" %} +{% block content %} + + <h2>Fabric {{ regs }}</h2> + <div class="mc-ss-main-panel"> + <table class="mc-ss-table mc-table-striped"> + <thead> + <tr> + <th class="mc-sortable" data-field="address">Address</th> + <th class="mc-sortable" data-field="register">Register</th> + <th class="mc-sortable" data-field="value">Value</th> + </tr> + </thead> + </table> + </div> + + + {% for key, value in regs.items() %} {{ key }}, {{ value }}<br> + {% endfor %} + +{% endblock %}
\ No newline at end of file |



