mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
backups: Minor styling fixes
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
8d7ede728e
commit
0be12affba
@ -30,12 +30,12 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<table class="table table-bordered table-condensed table-striped">
|
<table class="table table-bordered table-condensed table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<th>{% trans "Location" %}</th>
|
<th>{% trans "Location" %}</th>
|
||||||
<th>{% trans "Name" %}</th>
|
<th>{% trans "Name" %}</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ label }}</td>
|
<td>{{ label }}</td>
|
||||||
<td>{{ name }}</td>
|
<td>{{ name }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user