Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(agent): type of is_online is specific
Browse files Browse the repository at this point in the history
if set to boolean, the light gree or red does not show

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry authored and ajsb85 committed Jun 13, 2018
1 parent 248987b commit b44b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/agent.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ public function getSearchOptionsNew() {
'table' => $this->getTable(),
'field' => 'is_online',
'name' => __('Is online', 'flyvemdm'),
'datatype' => 'bool',
'datatype' => 'specific',
'massiveaction' => false
];

Expand Down

0 comments on commit b44b5fa

Please sign in to comment.