Prevent the logs view table from normally growing too large
This commit is contained in:
parent
ab68126d8a
commit
8db889e2d4
3 changed files with 26 additions and 6 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue