We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad20e2f commit bd23ad3Copy full SHA for bd23ad3
2 files changed
OpenFlow/src/public/Robots.html
@@ -69,7 +69,8 @@ <h1 translate lib="web">robots</h1>
69
<a href ng-click="ctrl.OpenNodered(model)" ng-show="model.hasnodered==true" class="table-btn">nodered</a>
70
</td>
71
<td class="btn-cell">
72
- <a href ng-click="ctrl.ManageNodered(model)" class="table-btn">manage</a>
+ <!-- <a href ng-click="ctrl.ManageNodered(model)" class="table-btn">manage</a> -->
73
+ <a ng-href="#/Entity/Nodered/{{model._id}}" class="table-btn"><i class="az-edit"></i></a>
74
75
76
<a ng-href="#/Entity/{{ctrl.collection}}/{{model._id}}" class="table-btn"><i class="az-edit"></i></a>
VERSION
@@ -1 +1 @@
1
-0.0.496
+0.0.497
0 commit comments