mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Make header for mempools section bold for consistency
This commit is contained in:
@@ -12,7 +12,7 @@ if (count($mempools)) {
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
';
|
';
|
||||||
echo '<a href="device/device='.$device['device_id'].'/tab=health/metric=mempool/">';
|
echo '<a href="device/device='.$device['device_id'].'/tab=health/metric=mempool/">';
|
||||||
echo "<img src='images/icons/memory.png'> Memory Pools</a>";
|
echo "<img src='images/icons/memory.png'> <strong>Memory Pools</strong></a>";
|
||||||
echo '
|
echo '
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-hover table-condensed table-striped">
|
<table class="table table-hover table-condensed table-striped">
|
||||||
|
Reference in New Issue
Block a user