mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update diag_gmirror.php
Fix typo
(cherry picked from commit 55588e0ce3)
This commit is contained in:
parent
f3f285d9a6
commit
882bb24e64
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user