mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.
This commit is contained in:
parent
9e3784217b
commit
c48776161b
@ -453,6 +453,9 @@ function get_dates($curperiod, $graph) {
|
||||
<tr>
|
||||
<td colspan="2" class="list">
|
||||
<?=gettext("Graphs:");?>
|
||||
<?php if (!empty($curzone)): ?>
|
||||
<input type="hidden" name="zone" value="<?= htmlspecialchars($curzone) ?>">
|
||||
<?php endif; ?>
|
||||
<select name="option" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
|
||||
<?php
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user