finetuning dashboard layout
This commit is contained in:
parent
a5f4de9509
commit
3ea35788be
|
@ -33,7 +33,8 @@ function public_dashboard_view($stats, $free_shifts)
|
||||||
})
|
})
|
||||||
</script>'
|
</script>'
|
||||||
], 'statistics'),
|
], 'statistics'),
|
||||||
$needed_angels,
|
$needed_angels
|
||||||
|
], 'public-dashboard'),
|
||||||
div('first col-md-12 text-center', [
|
div('first col-md-12 text-center', [
|
||||||
buttons([
|
buttons([
|
||||||
button_js('
|
button_js('
|
||||||
|
@ -42,7 +43,6 @@ function public_dashboard_view($stats, $free_shifts)
|
||||||
', glyph('fullscreen') . _('Fullscreen'))
|
', glyph('fullscreen') . _('Fullscreen'))
|
||||||
])
|
])
|
||||||
], 'fullscreen-button')
|
], 'fullscreen-button')
|
||||||
], 'public-dashboard')
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue