Remove synced items from UI

This commit is contained in:
JonnyWong16 2024-03-24 15:46:57 -07:00
commit 41693ee5f1
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 0 additions and 63 deletions

View file

@ -123,11 +123,6 @@
% else:
<li><a href="graphs">Graphs</a></li>
% endif
% if title == "Synced Items":
<li class="active"><a href="sync">Synced Items</a></li>
% else:
<li><a href="sync">Synced Items</a></li>
% endif
% if title == "Settings":
<li class="dropdown active">
% else: