Skip to content

Commit 543b375

Browse files
committed
Clean up navigation links
1 parent 7722b03 commit 543b375

7 files changed

Lines changed: 1 addition & 13 deletions

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
load_dotenv()
3030

3131
# Version
32-
VERSION = "0.4.7"
32+
VERSION = "0.4.8"
3333

3434
HOST_METRICS_CACHE = {}
3535
HOST_METRICS_CACHE_TTL_SECONDS = 20

templates/hosts.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ <h1>🐳 Chrontainer - Docker Hosts <span style="font-size: 14px; color: #3498db
5454
<a href="/logs">Logs</a>
5555
<a href="/metrics">Host Metrics</a>
5656
<a href="/settings">Settings</a>
57-
<a href="/hosts">Hosts</a>
58-
<a href="/user-settings">User</a>
5957
</div>
6058
</div>
6159
</header>

templates/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,6 @@ <h1>🐳 Chrontainer <span style="font-size: 14px; color: #3498db; font-weight:
908908
<a href="/logs">Logs</a>
909909
<a href="/metrics">Host Metrics</a>
910910
<a href="/settings">Settings</a>
911-
<a href="/hosts">Hosts</a>
912-
<a href="/user-settings">User</a>
913911
<span class="tooltip-container" style="margin-left: 10px;">
914912
<button onclick="showKeyboardShortcuts()" style="background: none; border: 1px solid #3498db; color: #3498db; padding: 6px 12px; border-radius: 4px; cursor: pointer; font-size: 13px;">⌨️</button>
915913
<span class="tooltip-text">Keyboard Shortcuts (?)</span>

templates/logs.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ <h1>🐳 Chrontainer <span style="font-size: 14px; color: #3498db; font-weight:
137137
<a href="/logs">Logs</a>
138138
<a href="/metrics">Host Metrics</a>
139139
<a href="/settings">Settings</a>
140-
<a href="/hosts">Hosts</a>
141-
<a href="/user-settings">User</a>
142140
</div>
143141
</div>
144142
</header>

templates/metrics.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ <h1>Host Metrics</h1>
214214
<a href="/logs">Logs</a>
215215
<a href="/metrics">Host Metrics</a>
216216
<a href="/settings">Settings</a>
217-
<a href="/hosts">Hosts</a>
218-
<a href="/user-settings">User</a>
219217
</div>
220218
</div>
221219
<div class="header-right">

templates/settings.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ <h1>Settings <span style="font-size: 14px; color: #3498db; font-weight: normal;"
294294
<a href="/logs">Logs</a>
295295
<a href="/metrics">Host Metrics</a>
296296
<a href="/settings">Settings</a>
297-
<a href="/hosts">Hosts</a>
298-
<a href="/user-settings">User</a>
299297
</div>
300298
</div>
301299
</header>

templates/user_settings.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ <h1>👤 User Settings <span style="font-size: 14px; color: #3498db; font-weight
185185
<a href="/logs">Logs</a>
186186
<a href="/metrics">Host Metrics</a>
187187
<a href="/settings">Settings</a>
188-
<a href="/hosts">Hosts</a>
189-
<a href="/user-settings">User</a>
190188
</div>
191189
</div>
192190
</header>

0 commit comments

Comments
 (0)