Audit log – custom groups

View as table
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 &ndash; 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>&lsquo;Short group title&rsquo;</strong> to <strong>&lsquo;Super long group
                                title to represent column wrapping&rsquo;</strong></td>
                    </tr>
                    <tr>
                        <td>Removed course <strong>&lsquo;Mathematical theatre&rsquo;</strong> from <strong>&lsquo;Short group title&rsquo;</strong></td>
                    </tr>
                    <tr>
                        <th scope="row" rowspan="2">01/01/2018</th>
                        <td>Added course <strong>&lsquo;Mathematical theatre&rsquo;</strong> from <strong>&lsquo;Short group title&rsquo;</strong></td>
                    </tr>
                    <tr>
                        <td>Created group <strong>&lsquo;Short group title&rsquo;</strong></td>
                    </tr>
                </tbody>
            </table>
        </div>
        <!-- END data table component -->
    </div>
</div>