Merge ~mpontillo/maas:rename-install-kvm-option--bug-1798978 into maas:master

Proposed by Mike Pontillo
Status: Merged
Approved by: Mike Pontillo
Approved revision: 148acbae9839ccbd7ec5707bb11f80b7df1a71a8
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~mpontillo/maas:rename-install-kvm-option--bug-1798978
Merge into: maas:master
Diff against target: 26 lines (+2/-2)
2 files modified
src/maasserver/static/partials/node-details.html (+1/-1)
src/maasserver/static/partials/nodes-list.html (+1/-1)
Reviewer Review Type Date Requested Status
Mike Pontillo (community) Approve
Review via email: mp+357601@code.launchpad.net

Commit message

LP: #1798978 - Rename UI option for installing a KVM pod.

To post a comment you must log in.
Revision history for this message
Mike Pontillo (mpontillo) wrote :

Self-approve trivial change.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/maasserver/static/partials/node-details.html b/src/maasserver/static/partials/node-details.html
2index 00c81b4..ff6380c 100755
3--- a/src/maasserver/static/partials/node-details.html
4+++ b/src/maasserver/static/partials/node-details.html
5@@ -108,7 +108,7 @@
6 <ul class="p-inline-list--settings u-no-margin--left u-no-padding--left">
7 <li class="p-inline-list__item">
8 <input id="installKVM" type="checkbox" data-ng-model="deployOptions.installKVM"></input>
9- <label for="installKVM">Install MAAS-managed KVM Pod</label>
10+ <label for="installKVM">Register as MAAS KVM host</label>
11 </li>
12 </ul>
13 </div>
14diff --git a/src/maasserver/static/partials/nodes-list.html b/src/maasserver/static/partials/nodes-list.html
15index db4abeb..d302e3e 100644
16--- a/src/maasserver/static/partials/nodes-list.html
17+++ b/src/maasserver/static/partials/nodes-list.html
18@@ -213,7 +213,7 @@
19 <ul class="p-inline-list--settings u-no-margin--left u-no-padding--left">
20 <li class="p-inline-list__item">
21 <input id="{$ tab $}-installKVM" type="checkbox" data-ng-model="tabs[tab].deployOptions.installKVM"></input>
22- <label for="{$ tab $}-installKVM">Install MAAS-managed KVM Pod</label>
23+ <label for="{$ tab $}-installKVM">Register as MAAS KVM host</label>
24 </li>
25 </ul>
26 </div>

Subscribers

People subscribed via source and target branches