|
|
@@ -189,10 +189,8 @@
|
|
|
<label><input type="checkbox" ng-model="keepSettings">Keep settings and retain the current configuration</label>
|
|
|
</div>
|
|
|
<br/>
|
|
|
- <button class="btn btn-default center-block" ng-click="downloadUpgrade()">Perform Upgrade</button>
|
|
|
+ <button class="btn btn-default" ng-click="downloadUpgrade()">Perform Upgrade</button>
|
|
|
</div>
|
|
|
- <p ng-if="upgradeData['upgradeUrl']">
|
|
|
- </p>
|
|
|
</div>
|
|
|
<div class="text-center" ng-show="!isManualUpgrade && downloading">
|
|
|
Please wait while the firmware is being downloaded.
|
|
|
@@ -232,7 +230,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="" ng-show="isManualUpgrade && downloaded">
|
|
|
- <p><hr></p>
|
|
|
+ <p>
|
|
|
+ <hr>
|
|
|
+ </p>
|
|
|
<p>Download completed. If the data is correct continue with the installation.</p>
|
|
|
<p>
|
|
|
Downloaded: {{ upgradeData['downloaded'] }}<br/>
|