Skip to content

Commit 02eb589

Browse files
committed
208
1 parent 84d70bc commit 02eb589

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,8 +1571,7 @@ module openflow {
15711571
WebSocketClient.onSignedin(async (user: TokenUser) => {
15721572
await api.RegisterQueue();
15731573
this.noderedurl = "https://" + WebSocketClient.nodered_domain_schema.replace("$nodered_id$", WebSocketClient.user.username);
1574-
this.instance = await api.GetNoderedInstance();
1575-
if (!this.$scope.$$phase) { this.$scope.$apply(); }
1574+
this.GetNoderedInstance();
15761575
});
15771576
}
15781577
async GetNoderedInstance() {

OpenFlow/src/public/Nodered.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 translate lib="web">sockets</h1>
1111
<button type="button" class="btn btn-secondary" ng-click="ctrl.RestartNoderedInstance()">Restart
1212
Nodered</button>
1313
<button type="button" class="btn btn-secondary" ng-click="ctrl.DeleteNoderedInstance()">Delete Nodered</button>
14-
<button type="button" class="btn btn-secondary" ng-click="ctrl.DeleteNoderedInstance()">Get status</button>
14+
<button type="button" class="btn btn-secondary" ng-click="ctrl.GetNoderedInstance()">Get status</button>
1515
</div>
1616
</div>
1717
</section>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.207
1+
0.0.208

0 commit comments

Comments
 (0)