Move server below the addons

server restart will ideally be rarely used.
This commit is contained in:
Girish Ramakrishnan
2018-12-02 18:51:34 -08:00
parent 203b31d81f
commit bd40cf9947

View File

@@ -59,29 +59,6 @@
<h1>System</h1>
</div>
<div class="text-left">
<h3>Server</h3>
</div>
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-12">
<p class="text-danger text-bold" ng-show="isRebootRequired">
This Cloudron requires a reboot, to finalize security updates.
</p>
<p>
If this Cloudron expericences unexpected behavior, please restart the docker addon below first as an attempt to fix any issues, before triggering a server reboot.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
<a class="btn btn-primary" href="/logs.html?id=box" target="_blank">Show Logs</a>
<button class="btn btn-danger" ng-click="reboot.show()">Reboot</button>
</div>
</div>
</div>
<div class="text-left">
<h3>Addons</h3>
</div>
@@ -145,4 +122,27 @@
</div>
</div>
<div class="text-left">
<h3>Server</h3>
</div>
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-12">
<p class="text-danger text-bold" ng-show="isRebootRequired">
This Cloudron requires a reboot, to finalize security updates.
</p>
<p>
If this Cloudron expericences unexpected behavior, please restart the docker addon below first as an attempt to fix any issues, before triggering a server reboot.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
<a class="btn btn-primary" href="/logs.html?id=box" target="_blank">Show Logs</a>
<button class="btn btn-danger" ng-click="reboot.show()">Reboot</button>
</div>
</div>
</div>
</div>