diff --git a/views/includes/master_dashboard.pug b/views/includes/master_dashboard.pug index 49b19da..ef50724 100755 --- a/views/includes/master_dashboard.pug +++ b/views/includes/master_dashboard.pug @@ -225,19 +225,34 @@ style(type='text/css'). div.border-top.m-3 .card.mt-2 .card-header.bg-dark.px-2 - .text-info.font-weight-bold Einsatzrückmeldungen - .card-body.p-2 - #visualization.border.rounded(style='background-color:white') - .card-body.p-2 + .text-info.font-weight-bold Einsatzrückmeldungen .row.font-weight-bold .col-10 #rueckmeldung.list-group.list-group-horizontal.text-center - a.list-group-item.bg-secondary.flex-fill.text-info 1 EK - a.list-group-item.bg-secondary.flex-fill.text-danger 1 MA - a.list-group-item.bg-secondary.flex-fill 0 FK + a.list-group-item.bg-secondary.flex-fill.text-info 3 EK + a.list-group-item.bg-secondary.flex-fill.text-danger 2 MA + a.list-group-item.bg-secondary.flex-fill 1 FK .col-2 #rueckmeldung.list-group.list-group-horizontal.text-center - a.list-group-item.list-group-item-warning.flex-fill.text-dark 1 AGT + a.list-group-item.list-group-item-warning.flex-fill.text-dark 2 AGT + .row + .col-4 + .progress.mt-1 + .progress-bar.bg-info(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') + .progress.mt-1 + .progress-bar.bg-primary(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') + .progress.mt-1 + .progress-bar.bg-success.ion-md-checkmark-circle-outline(role='progressbar', style='width: 100%', aria-valuenow='100', aria-valuemin='0', aria-valuemax='100') + .col-4 + .progress.mt-1 + .progress-bar.bg-danger(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') + .progress.mt-1 + .progress-bar.bg-danger(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') + .col-4 + .progress.mt-1 + .progress-bar.bg-light(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') + .card-body.p-2 + #visualization.border.rounded(style='background-color:white') //div.border-top.m-3 //.card.bg-dark.mt-2 .card-header.bg-secondary.p-2