Update diag_gmirror.php

Fix typo

(cherry picked from commit 55588e0ce3)
This commit is contained in:
BBcan177 2017-06-25 13:58:32 -04:00 committed by Renato Botelho
parent f3f285d9a6
commit 882bb24e64

View File

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