Icon cleanup

This commit is contained in:
Oliver Walters 2020-04-06 22:02:27 +10:00
parent 96547b885e
commit b8bbd15c88
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<div class='modal-form-content'> <div class='modal-form-content'>
<div> <div>
<table class='table table-striped table-condensed'> <table class='table table-striped table-condensed'>
<col width='25'>
<tr> <tr>
<td></td> <td></td>
<td>{% trans "Instance Name" %}</td> <td>{% trans "Instance Name" %}</td>

View File

@ -3,6 +3,7 @@
{% load i18n %} {% load i18n %}
<table class='table table-striped table-condensed'> <table class='table table-striped table-condensed'>
<col width='25'>
<tr> <tr>
<td colspan='2'><b>{% trans "Parts" %}</b></td> <td colspan='2'><b>{% trans "Parts" %}</b></td>
</tr> </tr>