mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
very crude implementation of dashboard views
This commit is contained in:
parent
a1c3645a4b
commit
69a62fbf64
3 changed files with 50 additions and 5 deletions
|
|
@ -44,7 +44,7 @@
|
|||
</ul>
|
||||
|
||||
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted" *ngIf='viewConfigService.getSideBarConfigs().length > 0'>
|
||||
<span>Saved filters</span>
|
||||
<span>Saved views</span>
|
||||
</h6>
|
||||
<ul class="nav flex-column mb-2">
|
||||
<li class="nav-item" *ngFor='let config of viewConfigService.getSideBarConfigs()'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue