Merge ~andreserl/maas:master into maas:master

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 0ee670a554194d8d71a829f60c086d72a6cf915d
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~andreserl/maas:master
Merge into: maas:master
Diff against target: 12 lines (+1/-0)
1 file modified
src/maasserver/static/partials/domain-details.html (+1/-0)
Reviewer Review Type Date Requested Status
Lee Trager (community) Approve
Review via email: mp+327261@code.launchpad.net

Commit message

LP: #1703713 - Fix missing link on domain details page

To post a comment you must log in.
Revision history for this message
Lee Trager (ltrager) wrote :

LGTM!

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/maasserver/static/partials/domain-details.html b/src/maasserver/static/partials/domain-details.html
2index f08f585..70c9938 100644
3--- a/src/maasserver/static/partials/domain-details.html
4+++ b/src/maasserver/static/partials/domain-details.html
5@@ -69,6 +69,7 @@
6 Node type is an enum (see node-details.html) and the comment therein.
7 -->
8 <span data-ng-switch-when="0"><a href="#/node/machine/{$ row.system_id $}">{$ row.name $}</a></span>
9+ <span data-ng-switch-when="1"><a href="#/node/device/{$ row.system_id $}">{$ row.name $}</a></span>
10 <span data-ng-switch-when="2"><a href="#/node/controller/{$ row.system_id $}">{$ row.name $}</a></span>
11 <span data-ng-switch-when="3"><a href="#/node/controller/{$ row.system_id $}">{$ row.name $}</a></span>
12 <span data-ng-switch-when="4"><a href="#/node/controller/{$ row.system_id $}">{$ row.name $}</a></span>

Subscribers

People subscribed via source and target branches