mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Monit, there's no description in service model, remove from query. for https://github.com/opnsense/core/issues/2851
This commit is contained in:
parent
ee41c0fe25
commit
bba9ef948f
@ -256,7 +256,7 @@ class SettingsController extends ApiControllerBase
|
||||
$fields = array("enabled", "recipient", "noton", "events", "description");
|
||||
break;
|
||||
case 'service':
|
||||
$fields = array("enabled", "name", "type", "description");
|
||||
$fields = array("enabled", "name", "type");
|
||||
break;
|
||||
case 'test':
|
||||
$fields = array("name", "condition", "action");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user