Skip to content

Commit

Permalink
Merge pull request #1 from krisavi/krisavi-patch-1-1
Browse files Browse the repository at this point in the history
Combine 2 commits from UI
  • Loading branch information
krisavi authored Oct 4, 2023
2 parents a238655 + 393cc05 commit 925a71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Icon } from '@grafana/ui';
import { MetricFunc } from '../../types';

const DOCS_FUNC_REF_URL = 'https://alexanderzobnin.github.io/grafana-zabbix/reference/functions/';
const DOCS_FUNC_REF_URL = 'https://grafana.github.io/grafana-zabbix/reference/functions/';

export interface FunctionEditorControlsProps {
onMoveLeft: (func: MetricFunc) => void;
Expand Down

0 comments on commit 925a71d

Please sign in to comment.