Revision be773f24
Added by Jim Pingle almost 12 years ago
usr/local/www/status_rrd_graph.php | ||
---|---|---|
453 | 453 |
<tr> |
454 | 454 |
<td colspan="2" class="list"> |
455 | 455 |
<?=gettext("Graphs:");?> |
456 |
<?php if (!empty($curzone)): ?> |
|
457 |
<input type="hidden" name="zone" value="<?= htmlspecialchars($curzone) ?>"> |
|
458 |
<?php endif; ?> |
|
456 | 459 |
<select name="option" class="formselect" style="z-index: -10;" onchange="document.form1.submit()"> |
457 | 460 |
<?php |
458 | 461 |
|
Also available in: Unified diff
Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.