File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments