We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5becea commit 038af18Copy full SHA for 038af18
2 files changed
OpenFlow/src/public/Robots.html
@@ -38,7 +38,6 @@ <h1 translate lib="web">robots</h1>
38
<th></th>
39
40
41
- <th></th>
42
</tr>
43
</thead>
44
<tbody>
@@ -66,10 +65,6 @@ <h1 translate lib="web">robots</h1>
66
65
<td class="btn-cell">
67
<a ng-href="#/Entity/{{ctrl.collection}}/{{model._id}}" class="table-btn"><i class="az-edit"></i></a>
68
</td>
69
- <td class="btn-cell">
70
- <a href ng-click="ctrl.DeleteOne(model)" ng-disabled="ctrl.loading==true" class="table-btn"><i
71
- class="az-trash"></i></a>
72
- </td>
73
74
</tbody>
75
</table>
VERSION
@@ -1 +1 @@
1
-0.0.458
+0.0.459
0 commit comments