fix: server info fields now display in 3-column grid
Added 'row' class to #si-fields wrapper so Bootstrap col-sm-4 children arrange horizontally instead of stacking vertically. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ function ServerInfoPage(params, container) {
|
|||||||
'<div id="ServerInfoController">' +
|
'<div id="ServerInfoController">' +
|
||||||
'<div class="row">' +
|
'<div class="row">' +
|
||||||
'<div class="col-sm-12"><h2 id="si-hostname">Server Info</h2></div>' +
|
'<div class="col-sm-12"><h2 id="si-hostname">Server Info</h2></div>' +
|
||||||
'<div id="si-fields" class="col-sm-12"><span class="text-white-50">Loading…</span></div>' +
|
'<div id="si-fields" class="col-sm-12 row"><span class="text-white-50">Loading…</span></div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="row">' +
|
'<div class="row">' +
|
||||||
'<div class="col-sm-12">' +
|
'<div class="col-sm-12">' +
|
||||||
|
|||||||
Reference in New Issue
Block a user