mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
XMLRPC / HA-Sync: add services keyword (introduced https://github.com/opnsense/core/issues/4834) in xmlrpc templates for existing plugins.
This commit is contained in:
@@ -79,5 +79,6 @@ function haproxy_xmlrpc_sync()
|
||||
$result['id'] = 'haproxy';
|
||||
$result['section'] = 'OPNsense.HAProxy';
|
||||
$result['description'] = gettext('HAProxy Load Balancer');
|
||||
$result['services'] = ['haproxy'];
|
||||
return array($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user