summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBBcan177 <bbcan177@gmail.com>2017-06-25 13:58:32 -0400
committerRenato Botelho <renato@netgate.com>2017-06-26 10:16:33 -0300
commit68c614a76295168ed88d81522f9a1250d4b98c26 (patch)
tree2dfb042de5eb3fab7e71302b79f8bfc483b9c39b /src
parent02b661c8bc3b1c8bc64f36a864afee2d07a76d06 (diff)
downloadpfsense-68c614a76295168ed88d81522f9a1250d4b98c26.zip
pfsense-68c614a76295168ed88d81522f9a1250d4b98c26.tar.gz
Update diag_gmirror.php
Fix typo (cherry picked from commit 55588e0ce32865568522e0afd0b577fdfabd3b74)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_gmirror.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_gmirror.php b/src/usr/local/www/diag_gmirror.php
index 9b39cd4..90ee826 100644
--- a/src/usr/local/www/diag_gmirror.php
+++ b/src/usr/local/www/diag_gmirror.php
@@ -247,7 +247,7 @@ else:
<?php
if (count($mirror_status) > 0): ?>
- <table class="table table-striped stable-hover table-condensed">
+ <table class="table table-striped table-hover table-condensed">
<thead>
<tr>
<th><?=gettext("Name"); ?></th>
@@ -328,7 +328,7 @@ else:
<div class="panel-body table-responsive">
<?php
if (count($unused_consumers) > 0): ?>
- <table class="table table-striped stable-hover table-condensed">
+ <table class="table table-striped table-hover table-condensed">
<thead>
<tr>
<th><?=gettext("Name"); ?></th>
OpenPOWER on IntegriCloud