mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '1094-no-filter-by-agent-in-status-monitor-dev' into 'develop'
Added correct filter name See merge request !652
This commit is contained in:
commit
ffdafce87b
@ -561,9 +561,8 @@ $selectDataDown = '';
|
||||
$selectTimestampUp = '';
|
||||
$selectTimestampDown = '';
|
||||
$order = null;
|
||||
|
||||
switch ($sortField) {
|
||||
case 'agent_name':
|
||||
case 'agent_alias':
|
||||
switch ($sort) {
|
||||
case 'up':
|
||||
$selectAgentNameUp = $selected;
|
||||
|
Loading…
x
Reference in New Issue
Block a user