mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added back table-condensed to table-hover
This commit is contained in:
@ -220,7 +220,7 @@ else {
|
||||
|
||||
<div class="panel panel-default panel-condensed">
|
||||
<div class="table-responsive">
|
||||
<table id="devices" class="table table-hover">
|
||||
<table id="devices" class="table table-condensed table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="status" data-sortable="false" data-searchable="false" data-formatter="status">Status</th>
|
||||
|
Reference in New Issue
Block a user