mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
hopefully fix graph timepicker?
git-svn-id: http://www.observium.org/svn/observer/trunk@3027 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -179,7 +179,7 @@ if (!$auth)
|
||||
<form id='customrange' action=\"test\">
|
||||
<p>
|
||||
");
|
||||
echo("<input type=hidden id='selfaction' value='" . $_SERVER['PHP_SELF'] . "'>");
|
||||
echo("<input type=hidden id='selfaction' value='" . $_SERVER['REQUEST_URI'] . "'>");
|
||||
echo("
|
||||
<strong>From:</strong> <input type='text' id='dtpickerfrom' maxlength=16 value='" . date('Y-m-d H:i', $graph_array['from']) . "'>
|
||||
<strong>To:</strong> <input type='text' id='dtpickerto' maxlength=16 value='" . date('Y-m-d H:i', $graph_array['to']) . "'>
|
||||
|
||||
Reference in New Issue
Block a user