Skip to content

Commit a4cf7c7

Browse files
author
Mike Weis
committed
Merge branch '2.0' into FearlessKiwis-MAGETWO-57065-admin-stuck-on-changing-password-2.0
2 parents 29c7e7d + 368f241 commit a4cf7c7

File tree

2 files changed

+13
-30
lines changed

2 files changed

+13
-30
lines changed

setup/view/magento/setup/create-backup.phtml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
role="form"
4747
>
4848
<fieldset class="form-fieldset">
49-
<div class="message message-warning">
50-
<span class="message-text">
51-
<strong>We’ll put your store in maintenance mode to protect your shoppers during the {{type}}.
52-
After this point, you cannot cancel the {{type}}.</strong>
53-
</span>
54-
</div>
5549
<div class="row form-row">
5650
<div class="col-m-3">
5751
<label class="form-label">

setup/view/magento/setup/start-updater.phtml

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,25 @@
1919

2020
<h2 class="page-title">{{$state.current.header}}</h2>
2121

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>
4534
</div>
4635

4736
<form
4837
novalidate
4938
name="start-updater"
50-
ng-show="maintenanceCalled == maintenanceStatus"
5139
>
40+
5241
<div ng-repeat="package in packages">
5342
<div>We're ready to {{type}} {{package.name}}{{package.version ? ' to ' + package.version : ''}}. </div>
5443
</div>

0 commit comments

Comments
 (0)