mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
navmodel: fix for signout link on pref page
without a target property on the link, the signout tab on the preferences page returned a 404.
This commit is contained in:
@@ -12,6 +12,7 @@ export interface NavModelItem {
|
||||
hideFromTabs?: boolean;
|
||||
divider?: boolean;
|
||||
children: NavModelItem[];
|
||||
target?: string;
|
||||
}
|
||||
|
||||
export class NavModel {
|
||||
|
||||
Reference in New Issue
Block a user