Ignore:
Timestamp:
Dec 20, 2009, 9:45:26 PM (14 years ago)
Author:
broder
Message:

Show installer status on the front page, and unbreak the autoinstall fields in validation logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/templates/list.mako

    r2684 r2687  
    8585      <tr>
    8686        <td rowspan="2">
     87        % if machine.uptime and installing[machine]:
     88        <img src="static/power_installing.png" alt="Installing..." />
     89        % else:
    8790          <form action="machine/${machine.machine_id}/command/${'shutdown' if machine.uptime else 'create'}" method="post">
    8891            <input type="hidden" name="back" value="list"/>
     
    9598/>
    9699          </form>
     100          % endif
    97101        </td>
    98102        <td><a href="machine/${machine.machine_id}">${machine.name}</a></td>
Note: See TracChangeset for help on using the changeset viewer.