File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 1- 0.0.207
1+ 0.0.208
You can’t perform that action at this time.
0 commit comments