File tree Expand file tree Collapse file tree
frontend/src/app/dashboard/dashboard-overview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < div class ="container-fluid dashboard-container px-1 pt-2 ">
1+ < div class ="container-fluid dashboard-container px-3 pt-2 ">
22 < div *ngIf ="!pdfExport " class ="d-flex justify-content-between align-items-center mb-2 ">
33 < h5 class ="card-title label-header mb-0 text-uppercase label-header "> Overview</ h5 >
44 < div class ="header-elements d-flex justify-content-end align-items-center ">
@@ -16,10 +16,13 @@ <h5 class="card-title label-header mb-0 text-uppercase label-header">Overview</h
1616 < div *ngIf ="!preparingPrint " class ="report-loading "> </ div >
1717 < app-utm-report-header *ngIf ="pdfExport " [reportName] ="'UTMSTACK Overview' "> </ app-utm-report-header >
1818 < div class ="h-100 overflow-hidden pb-3 " [ngClass] ="{'mt-3':pdfExport} " id ="utmDashboardAlert ">
19- < div class ="w-100 border-bottom-grey-100 border-bottom-1 mb-6 pb-2 ">
20- < label class ="font-weight-bold text-uppercase "> Alerts</ label >
21- </ div >
22- < div class ="d-flex overflow-auto flex-column h-100 m-h-0 px-2 ">
19+
20+ < div class ="d-flex overflow-auto flex-column h-100 m-h-0 px-1 ">
21+
22+ < div class ="w-100 border-bottom-grey-100 border-bottom-1 mb-3 pb-2 ">
23+ < label class ="font-weight-bold text-uppercase "> Alerts</ label >
24+ </ div >
25+
2326 < div class ="row ">
2427 < div class ="col-lg-4 col-md-12 col-sm-12 ">
2528 < app-chart-alert-daily-week (loaded) ="onRun() "> </ app-chart-alert-daily-week >
You can’t perform that action at this time.
0 commit comments