mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#8533 Fixed order
This commit is contained in:
parent
59db8f3daf
commit
c5d0237c23
@ -1856,7 +1856,7 @@ $class = 'databox filters';
|
|||||||
0,
|
0,
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
true,
|
false,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'min-width: 180px'
|
'min-width: 180px'
|
||||||
|
@ -265,7 +265,7 @@ class AgentModuleWidget extends Widget
|
|||||||
'name' => 'filtered-type-show-'.$this->cellId,
|
'name' => 'filtered-type-show-'.$this->cellId,
|
||||||
'return' => true,
|
'return' => true,
|
||||||
'id' => 'filtered-type-show-'.$this->cellId,
|
'id' => 'filtered-type-show-'.$this->cellId,
|
||||||
'selected' => $this->values['mTypeShow'],
|
'selected' => ($this->values['mTypeShow'] === null) ? 0 : $this->values['mTypeShow'],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user