Skip to content

Commit

Permalink
chore: change navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Aug 29, 2024
1 parent 407912c commit d2e1e15
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,29 @@
>
Theme Generator
</a>
<tui-aside-group>
<button
iconStart="@tui.layout-dashboard"
tuiAsideItem
tuiChevron
>
Dashboards
<ng-template>
<button
routerLink="/dashboards/iot"
tuiAsideItem
>
IOT
</button>
<button
routerLink="/dashboards/crypto"
tuiAsideItem
>
Crypto
</button>
</ng-template>
</button>
</tui-aside-group>
<footer>
<button
tuiAsideItem
Expand Down

0 comments on commit d2e1e15

Please sign in to comment.