Changeset 11087 for ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
- Timestamp:
- 04/02/12 09:34:26 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html
r11086 r11087 1 <p> Stuffis:1 <p>The naming service is: 2 2 {% if runningNodebooter %} 3 <span style="color: green;"> on</span>3 <span style="color: green;">running</span> 4 4 <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a> 5 5 {% endif %} 6 6 {% if not runningNodebooter %} 7 <span style="color: red;"> off</span>7 <span style="color: red;">not running</span> 8 8 <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> 9 9 {% endif %}