Changeset 2424 for package_branches/invirt-web/cherrypy/code/templates
- Timestamp:
- Aug 10, 2009, 12:41:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/templates/list.mako
r2418 r2424 85 85 <tr> 86 86 <td rowspan="2"> 87 % if machine.uptime and installing[machine]: 88 <img src="static/power_installing.png" alt="Installing..." /> 89 % else: 87 90 <form action="machine/${machine.machine_id}/command/${'shutdown' if machine.uptime else 'create'}" method="post"> 88 91 <input type="hidden" name="back" value="list"/> … … 95 98 /> 96 99 </form> 100 % endif 97 101 </td> 98 102 <td><a href="machine/${machine.machine_id}">${machine.name}</a></td>
Note: See TracChangeset
for help on using the changeset viewer.