stable

Clone or download

Read-only

Group system events by date

Part of story #9588: Get rid of Bootstrap in site admin / utilities In order to produce a more readable table for system events, we now group events by creation date. The creation/start/end time come back. The parameters column is less prominent and the [replay] button for events in error is moved in the modal. TLP framework is modified: usage of sections in tables forces us to use multiple tbody, so that the row striping is not screwed when there is only one row in a section. Change-Id: I5a7be476066bb3ef6b3e7bbe2fa51a1722550a11

Modified Files

Name
M site-content/en_US/admin/admin.tab +4 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +4 −0 Go to diff View file
M src/common/system_event/SystemEventPresenter.php +6 −0 Go to diff View file
M src/templates/admin/system_events/admin-system-events.mustache +59 −43 Go to diff View file
M src/templates/admin/system_events/modal-details-system-event.mustache +15 −2 Go to diff View file
M src/www/admin/system_events/adminPresenter.class.php +38 −9 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin-system-events.scss +10 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/tables/tables/example.html +9 −3 Go to diff View file