system-status: Make system status cover the whole page width

This commit is contained in:
David Duque 2020-11-21 02:41:37 +00:00
parent a35b885fac
commit ef116f13de
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 8 additions and 9 deletions

View File

@ -43,8 +43,8 @@
} }
</style> </style>
<div class="row"> <div>
<div class="col-md-push-9 col-md-3"> <div>
<div id="system-reboot-required" style="display: none; margin-bottom: 1em;"> <div id="system-reboot-required" style="display: none; margin-bottom: 1em;">
<button type="button" class="btn btn-danger" onclick="confirm_reboot(); return false;">Reboot Box</button> <button type="button" class="btn btn-danger" onclick="confirm_reboot(); return false;">Reboot Box</button>
@ -59,13 +59,12 @@
</div> </div>
</div> <!-- /col --> </div> <!-- /col -->
<div class="col-md-pull-3 col-md-8"> <br>
<div>
<table id="system-checks" class="table" style="max-width: 60em"> <table id="system-checks" class="table">
<thead> <thead></thead>
</thead> <tbody></tbody>
<tbody>
</tbody>
</table> </table>
</div> <!-- /col --> </div> <!-- /col -->
@ -73,7 +72,7 @@
<script> <script>
function show_system_status() { function show_system_status() {
$('#system-checks tbody').html("<tr><td colspan='2' class='text-muted'>Loading...</td></tr>") $('#system-checks tbody').html("<tr><td class='text-muted'>Loading...</td></tr>")
api( api(
"/system/privacy", "/system/privacy",