Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 210e751

Browse files
committed
webui: Tweak the status updates page layout a bit too
1 parent b17f512 commit 210e751

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

webui/templates/updates.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@
66
[[ template "header" . ]]
77
<div>
88
<div class="row" style="margin-bottom: 10px;">
9-
<div class="col-md-12">
9+
<div class="col-md-2">&nbsp;</div>
10+
<div class="col-md-8">
1011
<h2 id="viewuser" style="margin-top: 10px;">
11-
<div class="pull-left" data-cy="updates">Status updates</div>
12+
<div style="text-align: center;" data-cy="updates">Status updates</div>
1213
</h2>
1314
</div>
15+
<div class="col-md-2">&nbsp;</div>
1416
</div>
1517
[[ if .Updates ]]
1618
<div ng-repeat="(dbname, entries) in updates" class="row">
17-
<div class="col-md-12">
19+
<div class="col-md-2">&nbsp;</div>
20+
<div class="col-md-8">
1821
<table class="table table-striped table-responsive profileTable">
1922
<tr>
2023
<td style="background-color: #DCDCDC;"><a class="blackLink" href="/{{ dbname }}" style="font-weight: bold;" ng-bind="dbname"></a></td>
@@ -24,6 +27,7 @@ <h2 id="viewuser" style="margin-top: 10px;">
2427
</tr>
2528
</table>
2629
</div>
30+
<div class="col-md-2">&nbsp;</div>
2731
</div>
2832
[[ else ]]
2933
<table class="table table-striped table-responsive profileTable">

0 commit comments

Comments
 (0)