mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Refactor: move NavModel to @grafana/ui (#16813)
This commit is contained in:
@@ -5,8 +5,7 @@ import _ from 'lodash';
|
||||
import config from 'app/core/config';
|
||||
|
||||
// Types
|
||||
import { NavModel } from 'app/types';
|
||||
import { PluginMeta, DataSourceSettings } from '@grafana/ui/src/types';
|
||||
import { NavModel, PluginMeta, DataSourceSettings } from '@grafana/ui';
|
||||
|
||||
export function buildNavModel(ds: DataSourceSettings, plugin: PluginMeta, currentPage: string): NavModel {
|
||||
let title = 'New';
|
||||
|
||||
Reference in New Issue
Block a user