mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
annotation icon fix
This commit is contained in:
parent
d23131bbd2
commit
2c4de364f8
@ -37,7 +37,7 @@ export class SettingsCtrl {
|
||||
this.sections = [];
|
||||
if (this.dashboard.meta.canEdit) {
|
||||
this.sections.push({ title: 'General', id: 'settings', icon: 'gicon gicon-preferences' });
|
||||
this.sections.push({ title: 'Annotations', id: 'annotations', icon: 'gicon gicon-annotationp' });
|
||||
this.sections.push({ title: 'Annotations', id: 'annotations', icon: 'gicon gicon-annotation' });
|
||||
this.sections.push({ title: 'Variables', id: 'templating', icon: 'gicon gicon-variable' });
|
||||
this.sections.push({ title: 'Links', id: 'links', icon: 'gicon gicon-link' });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user