~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/settings_cluster_listing.html

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-03-04 11:49:44 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20130304114944-azcvu9anlf8mizpa
Tags: upstream-1.3+bzr1452+dfsg
Import upstream version 1.3+bzr1452+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    {% endfor %}
8
8
  </tbody>
9
9
</table>
 
10
<div>
 
11
  <form method="POST"
 
12
        action="{% url 'settings' %}">
 
13
    {% csrf_token %}
 
14
    <input type="hidden" name="import_all_boot_images" value="1" />
 
15
    <input type="submit" class="button right" value="Import boot images" />
 
16
  </form>
 
17
</div>
 
18
<div class="clear"></div>
10
19
{% if pending_clusters %}
11
20
<h3 id="pending-clusters">Pending clusters</h3>
12
21
<table class="list" id="pending-clusters-list">