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
1diff --git a/src/maasserver/static/partials/pod-details.html b/src/maasserver/static/partials/pod-details.html
2index 93c5e3f..926199b 100644
3--- a/src/maasserver/static/partials/pod-details.html
4+++ b/src/maasserver/static/partials/pod-details.html
5@@ -133,6 +133,12 @@
6 <i class="p-icon--error">Error:</i> Performing {$ action.option.sentence $} failed: {$ action.error $}
7 </p>
8 </div>
9+ <div data-ng-if="action.option.name === 'refresh'">
10+ <p class="u-remove-max-width u-align--left">
11+ Refreshing this pod will cause MAAS to recalculate usage metrics, update information about storage pools,
12+ and commission any machines present in the pod that are not yet known to MAAS.
13+ </p>
14+ </div>
15 </div>
16 <div class="col-4">
17 <div class="u-align--right">

Subscribers

People subscribed via source and target branches