Skip to content

Commit 08f8365

Browse files
committed
move link
1 parent b6c3e70 commit 08f8365

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

OpenFlow/src/public/Robots.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.430
1+
0.0.431

0 commit comments

Comments
 (0)