Date | Action |
---|---|
02/01/2018 | Changed name of group ‘Short group title’ to ‘Super long group title to represent column wrapping’ |
Removed course ‘Mathematical theatre’ from ‘Short group title’ | |
01/01/2018 | Added course ‘Mathematical theatre’ from ‘Short group title’ |
Created group ‘Short group title’ |
<div class="brick brick--vertical">
<!-- START header-with-meta component -->
<div class="heading-with-meta">
<h1>Audit log – custom groups</h1>
<div class="heading-with-meta__meta">
<button class="button">Download CSV</button>
</div>
</div>
<!-- END header-with-meta component -->
<a href="">View as table</a>
</div>
<div class="brick brick--vertical">
<div class="brick__wrapper clearfix prose">
<div class="content-columns content-columns--four-columns content-columns--padding">
<div class="content-columns__column">
<!-- START form-item-select component -->
<div class="form-item">
<label for="select_element_01">Sort by</label>
<select id="select_element_01">
<option value="1">Date (newest to oldest)</option>
</select>
</div>
<!-- END form-item-select component -->
</div>
<div class="content-columns__column">
<!-- START form-item-select component -->
<div class="form-item">
<label for="select_element_02">Filter by action</label>
<select id="select_element_02">
<option value="1">Select action</option>
</select>
</div>
<!-- END form-item-select component -->
</div>
<div class="content-columns__column">
<!-- START form-item-select component -->
<div class="form-item">
<label for="select_element_03">Filter by group</label>
<select id="select_element_03">
<option value="1">Select group</option>
</select>
</div>
<!-- END form-item-select component -->
</div>
</div>
</div>
</div>
<div class="brick brick--vertical">
<div class="brick__wrapper clearfix">
<!-- START data table component -->
<div class="table-responsive">
<table>
<thead>
<tr>
<th>Date</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" rowspan="2">02/01/2018</th>
<td>Changed name of group <strong>‘Short group title’</strong> to <strong>‘Super long group
title to represent column wrapping’</strong></td>
</tr>
<tr>
<td>Removed course <strong>‘Mathematical theatre’</strong> from <strong>‘Short group title’</strong></td>
</tr>
<tr>
<th scope="row" rowspan="2">01/01/2018</th>
<td>Added course <strong>‘Mathematical theatre’</strong> from <strong>‘Short group title’</strong></td>
</tr>
<tr>
<td>Created group <strong>‘Short group title’</strong></td>
</tr>
</tbody>
</table>
</div>
<!-- END data table component -->
</div>
</div>