summaryrefslogtreecommitdiffhomepage
path: root/templates/lmmi.html
diff options
context:
space:
mode:
authorPrivate Island Networks <opensource@privateisland.tech>2026-08-29 21:23:14 -0400
committerPrivate Island Networks <opensource@privateisland.tech>2026-08-29 21:23:14 -0400
commit62cdafb5b5f61a3f4f10b8f578b8386463474343 (patch)
tree7717a9d4630003ee57989b0173fd832e4dd2ceb7 /templates/lmmi.html
parentd3fba38214ffc204fb02afdc74657b95c2722bfe (diff)
create shark, rm lmmiHEADmain
Diffstat (limited to 'templates/lmmi.html')
-rw-r--r--templates/lmmi.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/templates/lmmi.html b/templates/lmmi.html
deleted file mode 100644
index eab3ca4..0000000
--- a/templates/lmmi.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!-- lmmi.html,
- -- Copyright (C) 2025 Private Island Networks Inc.
--->
-{% extends "base.html" %} {% block content %}
-
-<h2>SGMII_CDR 0 Registers</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="default">Default</th>
- <th class="mc-sortable" data-field="value">Value</th>
- <th class="mc-mdio-buttons mc-ss-table-col-buttons"><a
- id="mc-ss-reload-all" class="mc-icon" data-action="reload"
- title="reload"> <img
- src="/static/images/icons-svg/refresh-black.svg" alt="reload"></a></th>
- </tr>
- </thead>
- <tbody>
- {% for key, value in regs0.items() %}
- <tr>
- <td>{{ key }}</td>
- <td>{{regs0[key][0]}}</td>
- <td>{{regs0[key][1]}}</td>
- <td class="mc-values">test</td>
- <td>
- <div class="mc-icons">
- <a class="mc-icon" data-action="edit" title="edit"><img
- src="/static/images/icons-svg/edit-black.svg" alt="edit"></a><a
- class="mc-icon" data-action="admin" title="admin"><img
- src="/static/images/icons-svg/gear-black.svg" alt="admin"></a>
- </div>
- </td>
- </tr>
- {% endfor %}
- </tbody>
- </table>
-</div>
-<br>
-
-{% endblock %}



Join the Betsy Beta