Initial add of notifications
This commit is contained in:
parent
24cf7fd4cc
commit
ca9a6c3e1d
9 changed files with 98 additions and 6 deletions
|
|
@ -28,6 +28,13 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="entry {{ if eq .MENU "notifications" }}selected{{ end }}">
|
||||
<a href="/notifications">
|
||||
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/notifications{{ if eq .MENU "notifications" }}_selected{{ end }}.svg" style="width: 36px">
|
||||
<div class="label">Notifications</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="entry {{ if eq .MENU "configuration" }}selected{{ end }}">
|
||||
<a href="/configuration">
|
||||
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/configuration{{ if eq .MENU "configuration" }}_selected{{ end }}.svg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue