Ignore:
Timestamp:
Jan 11, 2010, 4:57:39 PM (14 years ago)
Author:
pweaver
Message:

Added service message to https, modified cert line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/list.mako

    r2797 r2871  
    1010</%def>
    1111
     12%if os.path.exists("/etc/invirt/message"):
     13<div class="result">
     14<p class="error">${open('/etc/invirt/message').read()}</p>
     15</div>
     16%endif
     17
    1218<%def name="createForm()">
    1319% if cant_add_vm:
     
    2026<p>Congratulations! You successfully created a new VM called ${new_machine}.</p>
    2127% endif
     28
    2229    <form action="create" method="POST">
    2330    <input type="hidden" name="back" value="list"/>
Note: See TracChangeset for help on using the changeset viewer.