Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
dashboard-scene
/
settings
/
links
/
File Content:
utils.ts
import { IconName } from '@grafana/data'; import { DashboardLink } from '@grafana/schema'; export const NEW_LINK: DashboardLink = { icon: 'external link', title: 'New link', tooltip: '', type: 'dashboards', url: '', asDropdown: false, tags: [], targetBlank: false, keepTime: false, includeVars: false, }; export const LINK_ICON_MAP: Record<string, IconName | undefined> = { 'external link': 'external-link-alt', dashboard: 'apps', question: 'question-circle', info: 'info-circle', bolt: 'bolt', doc: 'file-alt', cloud: 'cloud', };
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
DashboardLinkForm.tsx
3477 bytes
0644
DashboardLinkList.tsx
3709 bytes
0644
utils.ts
567 bytes
0644
N4ST4R_ID | Naxtarrr