Skip to content

Commit 88b159f

Browse files
committed
fix error in ng-if
1 parent 7593be5 commit 88b159f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenFlow/src/public/Nodered.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1 translate lib="web">nodered</h1>
9595
<pre>{{ctrl.messages}}</pre>
9696
</div>
9797
<section>
98-
<div class="row" ng-show="menuctrl.WebSocketClientService.multi_tenant == false || (menuctrl.hasrole('admins')">
98+
<div class="row" ng-show="menuctrl.WebSocketClientService.multi_tenant == false || menuctrl.hasrole('admins')">
9999
<label class="col-sm-4 control-label"><span translate lib="web">autocreate</span>: </label>
100100
<div class="col-sm-1">
101101
<input type="checkbox" ng-model="ctrl.user.nodered.autocreate"></input>

0 commit comments

Comments
 (0)