aboutsummaryrefslogtreecommitdiffstats
path: root/src/html/manage_dash.html
blob: b7a8cb2926b8273cd427ca34ee63821cebc28a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="row">
    <div class="col-lg-10 col-offset-3">
        <table class="table accesslist">
            <thead>
                <tr>
                    <th class="col-lg-1">物件權限ID</th>
                    <th class="col-lg-5">權限</th>
                </tr>
            </thead>
            <tbody></tbody>
        </table>
    </div>
</div>