rename s-i-d, add siwc

This commit is contained in:
Jonathan Carter
2024-12-05 15:53:01 +02:00
parent 6a5905374d
commit a61cc67a34
23 changed files with 118 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<a href="/disks"><button class="button is-{% if request.path == "/disks" %}info{% else %}dark{% endif %}">Disks</button></a>
<a href="/software"><button class="button is-{% if request.path == "/software" %}info{% else %}dark{% endif %}">Software</button></a>
<a href="/summary"><button class="button is-{% if request.path == "/summary" %}info{% else %}dark{% endif %}">Summary</button></a>
<a href="/quit"> <button class="button is-danger" style="float: right;"> 🗙 </button></a>
<button onclick="closeApp()" class="button is-danger" style="float: right;"> 🗙 </button>
<a href="/help"> <button class="button is-light" style="float: right; margin-right: 5px;"> <b> ? </b> </button></a>
</span>
</div> <!-- end pywebview-drag-region -->

View File

@@ -9,7 +9,7 @@
</head>
<body>
<div style="border-radius: 10px; padding: 12px;" class="notification is-dark">
<div style="border-radius: 10px; padding: 13px;" class="notification is-dark">
{% include "header.html" %}
{% block body %}