Back to Paperless Ngx

Dashboard.Component

src-ui/src/app/components/dashboard/dashboard.component.html

2.20.15275 B
Original Source

@if (savedViewService.loading) {

} @if (settingsService.offerTour()) {

} @if (!settingsService.offerTour() && savedViewService.allViews.length === 0) {

Hint: saved views can be created from the documents list

} @for (v of dashboardViews; track v.id) {

}