root/ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
@
11086
| Revision 11086, 376 bytes (checked in by edent, 14 months ago) |
|---|
| Line | |
|---|---|
| 1 | <p>Stuff is: |
| 2 | {% if runningNodebooter %} |
| 3 | <span style="color: green;">on</span> |
| 4 | <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a> |
| 5 | {% endif %} |
| 6 | {% if not runningNodebooter %} |
| 7 | <span style="color: red;">off</span> |
| 8 | <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> |
| 9 | {% endif %} |
| 10 | </p> |
Note: See TracBrowser
for help on using the browser.