Skip to content

Commit c05dd32

Browse files
committed
minor compliance updates
1 parent 20a2e03 commit c05dd32

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

OpenFlow/src/public/EntityRestrictions.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ <h1 translate lib="web">entity restrictions</h1>
99
</div>
1010
<div ng-show="ctrl.errormessage != ''" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
1111
<table id="table1" class="table table-striped" when-scrolled="ctrl.more()" style="width: 100%;">
12+
<caption>List of entity restrictions</caption>
1213
<thead class="thead-dark">
1314
<tr>
14-
<th ng-click="ctrl.ToggleOrder('name')"><b translate lib="web">name</b></th>
15-
<th ng-click="ctrl.ToggleOrder('collection')"><b translate lib="web">collection</b></th>
16-
<th ng-click="ctrl.ToggleOrder('paths')"><b translate lib="web">paths</b></th>
17-
<th class="w-150" ng-click="ctrl.ToggleOrder('_created')"><b translate lib="web">created</b></th>
18-
<th scope="col" ng-click="ctrl.ToggleOrder('_modified')"><b translate lib="web">updated</b></th>
19-
<th class="w-150"></th>
15+
<th ng-click="ctrl.ToggleOrder('name')" scope="col"><strong translate lib="web">name</strong></th>
16+
<th ng-click="ctrl.ToggleOrder('collection')" scope="col"><strong translate lib="web">collection</strong></th>
17+
<th ng-click="ctrl.ToggleOrder('paths')" scope="col"><strong translate lib="web">paths</strong></th>
18+
<th class="w-150" ng-click="ctrl.ToggleOrder('_created')" scope="col"><strong translate lib="web">created</strong>
19+
</th>
20+
<th ng-click="ctrl.ToggleOrder('_modified')" scope="col"><strong translate lib="web">updated</strong>
21+
</th>
22+
<th class="w-150" scope="col"></th>
2023
</tr>
2124
</thead>
2225
<tbody>

0 commit comments

Comments
 (0)