revert file name change
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { DashboardAcl } from './acl';
|
||||
|
||||
export interface DashboardState {
|
||||
permissions: DashboardAcl[];
|
||||
}
|
||||
@@ -3,7 +3,7 @@ import { AlertRuleDTO, AlertRule, AlertRulesState } from './alerting';
|
||||
import { LocationState, LocationUpdate, UrlQueryMap, UrlQueryValue } from './location';
|
||||
import { NavModel, NavModelItem, NavIndex } from './navModel';
|
||||
import { FolderDTO, FolderState, FolderInfo } from './folders';
|
||||
import { DashboardSearchHit, DashboardState } from './dashboardSearchHit';
|
||||
import { DashboardState } from './dashboard';
|
||||
import { DashboardAcl, OrgRole, PermissionLevel } from './acl';
|
||||
import { ApiKey, ApiKeysState, NewApiKey } from './apiKeys';
|
||||
import { Invitee, OrgUser, User, UsersState } from './user';
|
||||
@@ -29,6 +29,7 @@ import {
|
||||
AppNotificationsState,
|
||||
AppNotificationTimeout,
|
||||
} from './appNotifications';
|
||||
import { DashboardSearchHit } from './search';
|
||||
|
||||
export {
|
||||
Team,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DashboardSearchHit } from './dashboardSearchHit';
|
||||
import { DashboardSearchHit } from './search';
|
||||
|
||||
export interface Organization {
|
||||
name: string;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { DashboardAcl } from './acl';
|
||||
|
||||
export interface DashboardSearchHit {
|
||||
id: number;
|
||||
tags: string[];
|
||||
@@ -9,7 +7,3 @@ export interface DashboardSearchHit {
|
||||
uri: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface DashboardState {
|
||||
permissions: DashboardAcl[];
|
||||
}
|
||||
Reference in New Issue
Block a user