Merge lp:~mpontillo/maas/bug-1457206-fix-clusters-title into lp:~maas-committers/maas/trunk

Proposed by Mike Pontillo
Status: Merged
Approved by: Mike Pontillo
Approved revision: no longer in the source branch.
Merged at revision: 3915
Proposed branch: lp:~mpontillo/maas/bug-1457206-fix-clusters-title
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/maasserver/templates/maasserver/cluster_listing.html (+1/-0)
To merge this branch: bzr merge lp:~mpontillo/maas/bug-1457206-fix-clusters-title
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+259684@code.launchpad.net

Commit message

Fix missing <h2> title (should be "Clusters") on cluster listing page.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

lgtm!!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/templates/maasserver/cluster_listing.html'
2--- src/maasserver/templates/maasserver/cluster_listing.html 2015-05-16 06:21:20 +0000
3+++ src/maasserver/templates/maasserver/cluster_listing.html 2015-05-20 20:48:34 +0000
4@@ -7,6 +7,7 @@
5
6 {% block content %}
7 <div id="clusters">
8+ <h2>Clusters</h2>
9 <table id="clusters-list">
10 {% include "maasserver/cluster_listing_head.html" %}
11 <tbody>