Show
Ignore:
Timestamp:
03/29/12 14:16:56 (14 months ago)
Author:
edent
Message:

checking nodeBooter

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/DomainMan/runningNodebooter.html

    r11073 r11086  
    1 <p>The naming service is:  
     1<p>Stuff is:  
    22{% if runningNodebooter %} 
    33        <span style="color: green;">on</span> 
     4        <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a> 
    45{% endif %} 
    56{% if not runningNodebooter %} 
    67        <span style="color: red;">off</span> 
     8        <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> 
    79{% endif %} 
    810</p> 
    9 <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> 
    10 <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a>