mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-06 04:48:27 +02:00
fix dashboard select drop down (#1205)
This commit is contained in:
committed by
GitHub
parent
27d4b3b8ad
commit
a1e10f384e
@@ -31,8 +31,8 @@
|
||||
<body>
|
||||
|
||||
<div class="navbar-fixed">
|
||||
<nav>
|
||||
<div class="nav-wrapper grey lighten-2">
|
||||
<nav class="grey lighten-2">
|
||||
<div class="nav-wrapper">
|
||||
<a href="#" class="black-text logo-wrapper">
|
||||
<img src="https://esphome.io/_static/logo-text.svg" alt="ESPHome Logo" class="logo">
|
||||
</a>
|
||||
@@ -53,7 +53,7 @@
|
||||
<li><a data-action="edit" data-filename="secrets.yaml">Secrets Editor</a></li>
|
||||
<li class="divider"></li>
|
||||
{% if login_enabled %}
|
||||
<li><a href="{{ relative_url }}logout">Logout</a></li>
|
||||
<li><a href="{{ relative_url }}logout">Logout</a></li>
|
||||
{% end %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user