UI Support for operation milestones
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / tabs / tab / tab.component.ts
index e0eacdc..8e0b0a5 100644 (file)
@@ -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;
 
 }