File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ <h1 translate lib="web">hdrobots</h1>
2525< table id ="table1 " class ="table table-striped table-hover table-sm " when-scrolled ="ctrl.more() " style ="width: 100%; ">
2626 < thead class ="thead-dark ">
2727 < tr >
28- < th > </ th >
2928 < th scope ="col " ng-click ="ctrl.ToggleOrder('name') "> < b translate lib ="web "> name</ b > </ th >
3029 < th scope ="col " ng-click ="ctrl.ToggleOrder('_heartbeat') "> < b translate lib ="web "> heartbeat</ b > </ th >
3130 < th > </ th >
3231 < th > </ th >
32+ < th > </ th >
3333 </ tr >
3434 </ thead >
3535 < tbody >
3636 < tr ng-repeat ="model in ctrl.models ">
37- < td class ="btn-cell ">
38- < a href ng-click ="ctrl.ShowWorkflows(model) " class ="table-btn "> workflows</ a >
39- </ td >
4037 < td > {{model.name}}</ td >
4138 < td >
4239 < timesince ng-model ="model._heartbeat " />
4340 </ td >
41+ < td class ="btn-cell ">
42+ < a href ng-click ="ctrl.ShowWorkflows(model) " class ="table-btn "> workflows</ a >
43+ </ td >
4444 < td class ="btn-cell ">
4545 < a ng-href ="#/Entity/{{ctrl.collection}}/{{model._id}} " class ="table-btn "> < i class ="az-edit "> </ i > </ a >
4646 </ td >
Original file line number Diff line number Diff line change 1- 0.0.430
1+ 0.0.431
You can’t perform that action at this time.
0 commit comments