Revision 85a4aab6
Added by Erik Fonnesbeck almost 15 years ago
usr/local/www/status_rrd_graph.php | ||
---|---|---|
358 | 358 |
|
359 | 359 |
switch($curcat) { |
360 | 360 |
case "system": |
361 |
$optioncf = str_replace($search, $replace, $optionc[1]);
|
|
362 |
echo "<option value=\"$optioncf\"";
|
|
363 |
$prettyprint = ucwords(str_replace($search, $replace, $optioncf));
|
|
361 |
$optionc = str_replace($search, $replace, $optionc[1]); |
|
362 |
echo "<option value=\"$optionc\""; |
|
363 |
$prettyprint = ucwords(str_replace($search, $replace, $optionc)); |
|
364 | 364 |
break; |
365 | 365 |
default: |
366 | 366 |
/* Deduce a interface if possible and use the description */ |
Also available in: Unified diff
Fix showing the current graph selection on the system RRD graphs.