|
19 | 19 |
|
20 | 20 | <h2 class="page-title">{{$state.current.header}}</h2>
|
21 | 21 |
|
22 |
| -<div ng-show="maintenanceCalled && maintenanceStatus"> |
23 |
| - <span class="readiness-check-icon icon-success-round"></span> |
24 |
| - <div class="readiness-check-content"> |
25 |
| - <h3 class="readiness-check-title">Store in maintenance mode</h3> |
26 |
| - <p> |
27 |
| - Your store is in maintenance mode and will automatically |
28 |
| - return online after the {{type}}. |
29 |
| - </p> |
30 |
| - </div> |
31 |
| -</div> |
32 |
| - |
33 |
| -<div ng-show="maintenanceCalled && !maintenanceStatus"> |
34 |
| - <span class="readiness-check-icon icon-failed-round"></span> |
35 |
| - <div class="readiness-check-content"> |
36 |
| - <h3 class="readiness-check-title">Check store maintenance availability</h3> |
37 |
| - <p> |
38 |
| - Cannot put your store in maintenance mode. Please fix that, and try again. |
39 |
| - </p> |
40 |
| - <p> |
41 |
| - Error received from server: |
42 |
| - <br> {{errorMsg}} |
43 |
| - </p> |
44 |
| - </div> |
| 22 | +<div class="message message-warning"> |
| 23 | + <span class="message-text"> |
| 24 | + <strong> |
| 25 | + We will take your store offline to protect shoppers during the duration of the {{type}} activity. |
| 26 | + </strong> |
| 27 | + <div ng-show="type == 'upgrade'"> |
| 28 | + Before you start upgrade, you can optionally |
| 29 | + <a href="http://devdocs.magento.com/guides/v2.1/comp-mgr/trouble/cman/maint-mode.html"> |
| 30 | + configure a custom maintenance page</a> that informs shoppers the store is offline. |
| 31 | + (Magento provides a default page.) |
| 32 | + </div> |
| 33 | + </span> |
45 | 34 | </div>
|
46 | 35 |
|
47 | 36 | <form
|
48 | 37 | novalidate
|
49 | 38 | name="start-updater"
|
50 |
| - ng-show="maintenanceCalled == maintenanceStatus" |
51 | 39 | >
|
| 40 | + |
52 | 41 | <div ng-repeat="package in packages">
|
53 | 42 | <div>We're ready to {{type}} {{package.name}}{{package.version ? ' to ' + package.version : ''}}. </div>
|
54 | 43 | </div>
|
|
0 commit comments