diff --git a/views/includes/master_dashboard.pug b/views/includes/master_dashboard.pug index 407699a..b875210 100755 --- a/views/includes/master_dashboard.pug +++ b/views/includes/master_dashboard.pug @@ -14,7 +14,7 @@ style(type='text/css'). .row .col-12.text-center.p-3 - h1.rounded.bg-secondary Einsatzübersicht + h1.rounded.bg-danger.display-3 Einsatzübersicht .col-4 .row.no-gutters .col-12.d-flex.justify-content-between @@ -65,6 +65,7 @@ style(type='text/css'). .card-header.bg-light.p-2 h5.text-info.font-weight-bold CB FW Madlow .card-body.p-1 + p Alarmierte Einsatzmittel div.d-flex.flex-wrap.justify-content-between.align-items-center div.flex-fill.rounded.bg-light.p-2.m-1 div.d-flex.justify-content-between @@ -119,6 +120,7 @@ style(type='text/css'). .card-header.bg-secondary.p-2 h5.text-danger.text-center CB FW Cottbus 1 .card-body.p-1 + h5.text-muted.p-1 Alarmierte Einsatzmittel div.d-flex.flex-wrap.justify-content-between.align-items-center div.flex-fill.rounded.bg-secondary.p-2.m-1 div.d-flex.justify-content-between @@ -139,6 +141,11 @@ style(type='text/css'). .card-body.p-2 #visualization.border.rounded(style='background-color:white') .card-body.p-2 + #rueckmeldung.list-group.list-group-horizontal.text-center + a.list-group-item.flex-fill.text-info 2 EK + a.list-group-item.flex-fill.text-danger 1 MA + a.list-group-item.flex-fill 0 FK + a.list-group-item.list-group-item-light.flex-fill.text-dark 0 AGT .col-12 div.border-top.m-3