Implements the ability to dig into history
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
[:span {:class "icon icon-cog-play-1" :style {:font-size "25px"}}]
|
||||
[:span {:class "name"} "Rules"]]]
|
||||
[:li.menu-item
|
||||
[:a {:href "/admin/history", :class (str "item" (active-when ap = :admin-history))}
|
||||
[: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"]]]
|
||||
[:ul ]]
|
||||
|
||||
Reference in New Issue
Block a user