Give the time more space in the activity log

This commit is contained in:
Johannes Zellner
2018-03-02 18:50:49 +01:00
parent 96d7283534
commit e2a3654ed7

View File

@@ -29,10 +29,10 @@
<table ng-hide="busy" class="table table-condensed table-hover">
<thead>
<tr>
<th class="col-md-1">Time</th>
<th class="col-md-2">Time</th>
<th class="col-md-3">Source</th>
<th class="col-md-2">Action</th>
<th class="col-md-6">Details</th>
<th class="col-md-5">Details</th>
</tr>
</thead>
<tbody ng-repeat="eventLog in eventLogs">