Show
Ignore:
Timestamp:
04/02/12 09:34:26 (14 months ago)
Author:
edent
Message:

edit ossie links and connecting view

Files:
1 modified

Legend:

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

    r11086 r11087  
    1 <p>Stuff is:  
     1<p>The naming service is:  
    22{% if runningNodebooter %} 
    3         <span style="color: green;">on</span> 
     3        <span style="color: green;">running</span> 
    44        <a href='{{MEDIA_URL}}/stopNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Stop Nodebooter</a> 
    55{% endif %} 
    66{% if not runningNodebooter %} 
    7         <span style="color: red;">off</span> 
     7        <span style="color: red;">not running</span> 
    88        <a href='{{MEDIA_URL}}/startNodeBooter/{{ip}}/{{port}}/{{user}}/{{password}}'>Start Nodebooter</a> 
    99{% endif %}