File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1568,7 +1568,7 @@ module openflow {
15681568 console . debug ( "NoderedCtrl" ) ;
15691569 WebSocketClient . onSignedin ( async ( user : TokenUser ) => {
15701570 await api . RegisterQueue ( ) ;
1571- this . noderedurl = WebSocketClient . nodered_domain_schema . replace ( "$nodered_id$" , WebSocketClient . user . username ) ;
1571+ this . noderedurl = "https://" + WebSocketClient . nodered_domain_schema . replace ( "$nodered_id$" , WebSocketClient . user . username ) ;
15721572 } ) ;
15731573 }
15741574
Original file line number Diff line number Diff line change 22 < h1 translate lib ="web "> sockets</ h1 >
33</ div >
44
5- < a ng-href ="ctrl.noderedurl " target ="nodered "> Open Nodered</ a >
5+ < a ng-href ="{{ ctrl.noderedurl}} " target ="nodered "> Open Nodered</ a >
66< form ng-submit ="ctrl.submit() " class ="form-horizontal " role ="form " autocomplete ="off " ng-hide ="ctrl.showjson==true ">
77 < section >
88 < div class ="form-group ">
Original file line number Diff line number Diff line change 1- 0.0.191
1+ 0.0.192
You can’t perform that action at this time.
0 commit comments