Fixed the lost period in availability item. TICKET: #2149
(cherry picked from commit 61aa789033
)
This commit is contained in:
parent
55dc1a278e
commit
d1bff5de92
|
@ -1112,6 +1112,7 @@ switch ($action) {
|
|||
$good_format = true;
|
||||
break;
|
||||
case 'availability':
|
||||
$values['period'] = get_parameter('period');
|
||||
// HACK it is saved in show_graph field.
|
||||
// Show interfaces instead the modules
|
||||
$values['show_graph'] =
|
||||
|
|
Loading…
Reference in New Issue