|
Revision 11086, 376 bytes
(checked in by edent, 14 months ago)
|
|
checking nodeBooter
|
| Rev | Line | |
|---|
| [11086] | 1 | <p>Stuff is: |
|---|
| [11073] | 2 | {% if runningNodebooter %} |
|---|
| 3 | <span style="color: green;">on</span> |
|---|
| [11086] | 4 | <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a> |
|---|
| [11073] | 5 | {% endif %} |
|---|
| 6 | {% if not runningNodebooter %} |
|---|
| 7 | <span style="color: red;">off</span> |
|---|
| [11086] | 8 | <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> |
|---|
| [11073] | 9 | {% endif %} |
|---|
| 10 | </p> |
|---|