File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,12 @@ <h1 translate lib="web">sockets</h1>
1717 < button type ="button " class ="btn btn-secondary " ng-show ="ctrl.instance!=null "
1818 ng-click ="ctrl.GetNoderedInstanceLog() "> Get Console</ button >
1919
20- < a ng-href ="{{ctrl.noderedurl}} " class ="btn btn-secondary " target ="nodered " ng-show ="ctrl.instance!=null "> Open
20+ < a ng-href ="{{ctrl.noderedurl}} " class ="btn btn-danger " target ="nodered " ng-show ="ctrl.instance!=null "> Open
2121 Nodered</ a >
2222 </ div >
2323 </ div >
2424 </ section >
2525</ form >
26- < section ng-show ="ctrl.instancelog!= """>
27- < div class ="form-group ">
28- < label class ="col-sm-3 control-label "> < span translate lib ="web "> console</ span > : </ label >
29- < div class ="col-sm-9 ">
30- < pre > {{ ctrl.instancelog }}</ pre >
31- </ div >
32- </ div >
33- </ section >
3426< section >
3527 < div class ="form-group ">
3628 < label class ="col-sm-3 control-label "> < span translate lib ="web "> status</ span > : </ label >
@@ -48,6 +40,14 @@ <h1 translate lib="web">sockets</h1>
4840 </ div >
4941 </ div >
5042</ section >
43+ < section ng-show ="ctrl.instancelog!='' ">
44+ < div class ="form-group ">
45+ < label class ="col-sm-3 control-label "> < span translate lib ="web "> console</ span > : </ label >
46+ < div class ="col-sm-9 ">
47+ < pre > {{ ctrl.instancelog }}</ pre >
48+ </ div >
49+ </ div >
50+ </ section >
5151
5252< pre > {{ ctrl.messages }}</ pre >
5353< p > If this is your first time creating a NodeRed instance, plaease signout and signin again, to refresh group
You can’t perform that action at this time.
0 commit comments