Merge lp:~blake-rouse/maas/fix-1483273-1.8 into lp:maas/1.8

Proposed by Blake Rouse
Status: Merged
Approved by: Blake Rouse
Approved revision: no longer in the source branch.
Merged at revision: 4048
Proposed branch: lp:~blake-rouse/maas/fix-1483273-1.8
Merge into: lp:maas/1.8
Diff against target: 12 lines (+1/-1)
1 file modified
src/maasserver/static/partials/node-details.html (+1/-1)
To merge this branch: bzr merge lp:~blake-rouse/maas/fix-1483273-1.8
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+272488@code.launchpad.net

Commit message

Use cluster_name instead of name for the cluster that appears over the websocket.

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) wrote :

Self-approving backport.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/static/partials/node-details.html'
2--- src/maasserver/static/partials/node-details.html 2015-07-20 10:38:15 +0000
3+++ src/maasserver/static/partials/node-details.html 2015-09-25 21:25:41 +0000
4@@ -116,7 +116,7 @@
5 <select name="cluster" id="cluster" placeholder="Choose a cluster"
6 data-ng-disabled="!summary.editing"
7 data-ng-model="summary.cluster.selected"
8- data-ng-options="cluster as cluster.name for cluster in summary.cluster.options">
9+ data-ng-options="cluster as cluster.cluster_name for cluster in summary.cluster.options">
10 <option value="" disabled="disabled">Choose a cluster</option>
11 </select>
12 </div>

Subscribers

People subscribed via source and target branches

to all changes: