Makes insights actually work
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
:test-route #{:admin}
|
||||
:active-route active-route
|
||||
:route :admin})
|
||||
|
||||
|
||||
[:p.menu-label "Setup"]
|
||||
(menu-item {:label "Clients"
|
||||
@@ -78,7 +77,7 @@
|
||||
:test-route #{:admin-jobs}
|
||||
:active-route active-route
|
||||
:route :admin-jobs
|
||||
:icon-style {:font-size "25px"}})
|
||||
:icon-style {:font-size "25px"}})
|
||||
[:p.menu-label "Import"]
|
||||
(menu-item {:label "Excel Invoices"
|
||||
:icon-class "fa fa-download"
|
||||
@@ -96,8 +95,14 @@
|
||||
:active-route active-route
|
||||
:route :admin-ezcater-xls
|
||||
:icon-style {:font-size "25px"}})
|
||||
|
||||
(into [:div ] children)])
|
||||
(menu-item {:label "Invoice glimpse"
|
||||
:icon-class "icon icon-cog-play-1"
|
||||
:test-route #{:invoice-glimpse}
|
||||
:active-route active-route
|
||||
:route :invoice-glimpse
|
||||
:icon-style {:font-size "25px"}})
|
||||
|
||||
(into [:div] children)])
|
||||
|
||||
#?(:clj
|
||||
(defn admin-side-bar [active-page]
|
||||
|
||||
Reference in New Issue
Block a user