sysbar.tx 772 B

123456789101112
  1. <div id="topkek" style="text-align: center; vertical-align: middle;">
  2. <button title="Menu" id="clickme">☰</button>
  3. <span id="configbar">
  4. <a href="/" title="Back home" class="topbar">Home</a>
  5. <a href="/config" title="Configuration" class="topbar">Settings</a>
  6. <a href="/manual" title="Manual" class="topbar">Manual</a>
  7. <a href="/metrics?period=hour&num_periods=24" title="Metrics" class="topbar">Metrics</a>
  8. <a href="/totp" title="TOTP" class="topbar">Enable/View TOTP 2fa</a>
  9. <a href="/password_reset" title="Reset Auth" class="topbar">Reset Password/TOTP</a>
  10. <a href="/logout" title="Logout" class="topbar">🚪</a>
  11. </span>
  12. </div>