We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31eeeb commit 3580e69Copy full SHA for 3580e69
2 files changed
OpenFlow/src/public/Nodered.html
@@ -82,13 +82,9 @@ <h1 translate lib="web">sockets</h1>
82
<input type="checkbox" class='form-control' ng-model="ctrl.user.nodered.api_allow_anonymous"></input>
83
</div>
84
85
- <div>
86
- You need to delete and re-create your nodered instance, for this to take effect
87
- </div>
88
</section>
89
<section>
90
- <!-- ng-show="menuctrl.hasrole('admins')" -->
91
- <div class="form-group">
+ <div class="form-group" ng-show="menuctrl.hasrole('admins')">
92
<label class="col-sm-3 control-label"><span translate lib="web">memory</span>: </label>
93
<div class="col-sm-9">
94
<select class="form-control" ng-model="ctrl.limitsmemory">
VERSION
@@ -1 +1 @@
1
-0.0.561
+0.0.562
0 commit comments