diff options
author | Renato Botelho <renato@netgate.com> | 2017-06-26 10:16:20 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-06-26 10:16:20 -0300 |
commit | b720d27a09e8e9e84d614544344e681a1708fc2a (patch) | |
tree | 4cedeebe28d8654e05bcd4e60d969b14dbac318a /src | |
parent | 4fa10fc8be11a273652c3a5c93eb9a6b54bcf4b4 (diff) | |
parent | 55588e0ce32865568522e0afd0b577fdfabd3b74 (diff) | |
download | pfsense-b720d27a09e8e9e84d614544344e681a1708fc2a.zip pfsense-b720d27a09e8e9e84d614544344e681a1708fc2a.tar.gz |
Merge pull request #3767 from BBcan177/patch-1
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/diag_gmirror.php | 4 |
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> |