</tr>
${self.fn.errorRow('owner', err)}
</table>
- <input type="submit" class="button" value="Create it!"/><br />
+ <input type="submit" class="button" value="Create it!" \
+% if disable_creation:
+ disabled="disabled" \
+% endif
+/> \
+% if disable_creation:
+ <span style="color:red;">VM creation is currently disabled due to lack of disk space.</span> \
+%endif
+<br />
Windows notes: ${self.fn.helppopup('Windows')}
</form>
% endif
+invirt-web (0.1.9) unstable; urgency=low
+
+ * Adds support for disabling (conditionally) VM creation in list.mako, main.py
+
+ -- Peter A. Iannucci <iannucci@mit.edu> Mon, 04 Oct 2010 20:54:10 -0400
+
invirt-web (0.1.8) lucid; urgency=low
[ Andrew M. Farrell ]