backups: Minor styling fixes

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-09-28 19:48:59 -07:00 committed by James Valleroy
parent 8d7ede728e
commit 0be12affba
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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>