summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBBcan177 <bbcan177@gmail.com>2017-06-25 13:58:32 -0400
committerGitHub <noreply@github.com>2017-06-25 13:58:32 -0400
commit55588e0ce32865568522e0afd0b577fdfabd3b74 (patch)
tree038d95fae69de2952a016cbc49a5659a3f32f5bd /src
parent4eb926921c3dead93b2e259e627ce380213695b6 (diff)
downloadpfsense-55588e0ce32865568522e0afd0b577fdfabd3b74.zip
pfsense-55588e0ce32865568522e0afd0b577fdfabd3b74.tar.gz
Update diag_gmirror.php
Fix typo
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 e11587f..d2b6db2 100644
--- a/src/usr/local/www/diag_gmirror.php
+++ b/src/usr/local/www/diag_gmirror.php
@@ -215,7 +215,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>
@@ -296,7 +296,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