Make header for mempools section bold for consistency

This commit is contained in:
Mike Rostermund
2015-10-07 15:07:16 +02:00
parent 738db49d90
commit 2da11dbe31

View File

@@ -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">