summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts')
-rw-r--r--catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts b/catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts
index e0eacdc43b..8e0b0a55b3 100644
--- a/catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts
+++ b/catalog-ui/src/app/ng2/components/ui/tabs/tab/tab.component.ts
@@ -34,6 +34,7 @@ export class Tab {
@Input('tabTitle') title: string;
@Input() active:boolean = false;
@Input() show:boolean = true;
+ @Input() highlight?: string;
@Input() indication?: number;
}