summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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