From ab6ca080771b706a310ebfd8a4192841cdfef05c Mon Sep 17 00:00:00 2001 From: Private Island Networks Inc Date: Tue, 3 Mar 2026 15:56:53 -0500 Subject: initial commit of experimental code base for PI Explorer (PI-EXP) --- templates/mdio.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 templates/mdio.html (limited to 'templates/mdio.html') diff --git a/templates/mdio.html b/templates/mdio.html new file mode 100644 index 0000000..1a7bfb0 --- /dev/null +++ b/templates/mdio.html @@ -0,0 +1,44 @@ + +{% extends "base.html" %} +{% block content %} + +

MDIO PHY0

+
+ + + + + + + + + + + + {% for key, value in regs.items() %} + + + + + + + + {% endfor %} + +
AddressRegisterDefaultValue reload
{{ key }}{{regs[key][0]}}{{regs[key][1]}} +
+ editadmin +
+
+
+
+ +{% endblock %} + + -- cgit v1.2.3-8-gadcc