Refactor and rename dashboard tabs part 1 (#755)

* refactor and rename dashboard tabs

* undo incorrect changes
This commit is contained in:
Abbie Petchtes
2018-02-22 13:36:56 -08:00
committed by GitHub
parent 51b8e02455
commit dbc2ce0b3a
27 changed files with 199 additions and 200 deletions

View File

@@ -24,7 +24,7 @@ export interface IDashboardTab {
title: string;
publisher: string;
description?: string;
content?: object;
container?: object;
provider?: string | string[];
edition?: number | number[];
alwaysShow?: boolean;