show empty usage info on /dash

This commit is contained in:
Anthony Young 2011-06-22 14:11:27 -07:00
parent 751f3faa8b
commit 4673eb353b

View File

@ -82,6 +82,11 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
{% else %}
<div class="status_box info">
<h2>Info</h2>
<p>There are currently no instances.<br/><br/>You can launch an instance from the <a href='{% url dash_images request.user.tenant %}'>Images Page.</a></p>
</div>
{% endif %} {% endif %}
</div> </div>
</div> </div>