templates: Fix overview layout.

`min-width` is officially a bit undefined and a hack but it actually
works so for now, we'll use it.

Closes #47
This commit is contained in:
Daniele Sluijters
2014-01-22 19:26:42 +01:00
parent b643115b33
commit f35b81ae31

View File

@@ -57,7 +57,7 @@
<table class='dashboard table table-striped table-condensed'> <table class='dashboard table table-striped table-condensed'>
<thead> <thead>
<tr> <tr>
<th style="width:220px;">Status</th> <th style="min-width:220px;">Status</th>
<th style="width:600px;">Hostname</th> <th style="width:600px;">Hostname</th>
<th style="width:120px;"></th> <th style="width:120px;"></th>
</tr> </tr>