diff --git a/src/datasource-zabbix/metric-function-editor.directive.ts b/src/datasource-zabbix/metric-function-editor.directive.ts index 7046cc2..0c0dde8 100644 --- a/src/datasource-zabbix/metric-function-editor.directive.ts +++ b/src/datasource-zabbix/metric-function-editor.directive.ts @@ -11,8 +11,9 @@ export function zabbixFunctionEditor($compile, templateSrv) { func="func" onRemove="ctrl.handleRemoveFunction" onMoveLeft="ctrl.handleMoveLeft" - onMoveRight="ctrl.handleMoveRight" - />( + onMoveRight="ctrl.handleMoveRight"> + + ( `; const paramTemplate = ''; @@ -193,7 +194,7 @@ export function zabbixFunctionEditor($compile, templateSrv) { } if (index > 0) { - $(', ').appendTo(elem); + $('').appendTo(elem); } const $paramLink = $(