Index: package_branches/invirt-web/cherrypy/code/templates/list.mako
===================================================================
--- package_branches/invirt-web/cherrypy/code/templates/list.mako	(revision 2419)
+++ package_branches/invirt-web/cherrypy/code/templates/list.mako	(revision 2424)
@@ -85,4 +85,7 @@
       <tr> 
 	<td rowspan="2">
+	% if machine.uptime and installing[machine]:
+	<img src="static/power_installing.png" alt="Installing..." />
+	% else:
 	  <form action="machine/${machine.machine_id}/command/${'shutdown' if machine.uptime else 'create'}" method="post">
 	    <input type="hidden" name="back" value="list"/>
@@ -95,4 +98,5 @@
 />
 	  </form>
+	  % endif
 	</td>
 	<td><a href="machine/${machine.machine_id}">${machine.name}</a></td>
