Makes the history page use local storage

This commit is contained in:
2023-01-11 13:15:46 -08:00
parent 3a2dc07227
commit 045aa01edc
2 changed files with 20 additions and 14 deletions

View File

@@ -48,7 +48,7 @@
[:li.menu-item
[:a {:href (str "/admin/history?jwt=" (.getItem js/localStorage "jwt")) :class (str "item" (active-when ap = :admin-history))}
[:span {:class "icon icon-cog-play-1" :style {:font-size "25px"}}]
[:span {:class "name"} "History"]]]
[:span {:class "name"} "History "]]]
[:ul ]]
[:p.menu-label "Import"]
[:ul.menu-list