add a padding to the computer list table

This commit is contained in:
Andreas Zweili 2017-12-26 11:14:58 +01:00
parent c33cafdaba
commit 491de61132
2 changed files with 2 additions and 2 deletions

View File

@ -546,7 +546,7 @@ information.
{% endfor %}
</ul>
<h3>Computer List</h3>
<table>
<table cellpadding="10">
<tr>
<th>Hostname</th>
<th>IP</th>

View File

@ -8,7 +8,7 @@
{% endfor %}
</ul>
<h3>Computer List</h3>
<table>
<table cellpadding="10">
<tr>
<th>Hostname</th>
<th>IP</th>