Prevent the logs view table from normally growing too large

This commit is contained in:
Joseph Schorr 2014-08-12 14:30:59 -04:00
parent ab68126d8a
commit 8db889e2d4
3 changed files with 26 additions and 6 deletions

View file

@ -37,7 +37,8 @@
<input id="log-filter" class="form-control" placeholder="Filter Logs" type="text" ng-model="search.$">
</div>
</div>
<div class="table-container">
<table class="table">
<thead>
<th>Description</th>
@ -77,5 +78,6 @@
</tr>
</tbody>
</table>
</div>
</div>
</div>