rename s-i-d, add siwc
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user