Merge ~mpontillo/maas:add-refresh-description--bug-1782365 into maas:master

Proposed by Mike Pontillo
Status: Merged
Approved by: Andres Rodriguez
Approved revision: b4380f7117ea9c1b53a8a7f14248f4fbfa27eb4b
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~mpontillo/maas:add-refresh-description--bug-1782365
Merge into: maas:master
Diff against target: 17 lines (+6/-0)
1 file modified
src/maasserver/static/partials/pod-details.html (+6/-0)
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
MAAS Lander Approve
Review via email: mp+354659@code.launchpad.net

Commit message

LP: #1782365 - Add description about what will happen when refreshing a pod.

To post a comment you must log in.
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b add-refresh-description--bug-1782365 lp:~mpontillo/maas/+git/maas into -b master lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: b4380f7117ea9c1b53a8a7f14248f4fbfa27eb4b

review: Approve
Revision history for this message
Blake Rouse (blake-rouse) wrote :

lgtm!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/src/maasserver/static/partials/pod-details.html b/src/maasserver/static/partials/pod-details.html
index 93c5e3f..926199b 100644
--- a/src/maasserver/static/partials/pod-details.html
+++ b/src/maasserver/static/partials/pod-details.html
@@ -133,6 +133,12 @@
133 <i class="p-icon--error">Error:</i> Performing {$ action.option.sentence $} failed: {$ action.error $}133 <i class="p-icon--error">Error:</i> Performing {$ action.option.sentence $} failed: {$ action.error $}
134 </p>134 </p>
135 </div>135 </div>
136 <div data-ng-if="action.option.name === 'refresh'">
137 <p class="u-remove-max-width u-align--left">
138 Refreshing this pod will cause MAAS to recalculate usage metrics, update information about storage pools,
139 and commission any machines present in the pod that are not yet known to MAAS.
140 </p>
141 </div>
136 </div>142 </div>
137 <div class="col-4">143 <div class="col-4">
138 <div class="u-align--right">144 <div class="u-align--right">

Subscribers

People subscribed via source and target branches