summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/shared/tabs/tabs.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/shared/tabs/tabs.component.html')
-rw-r--r--catalog-ui/src/app/ng2/shared/tabs/tabs.component.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/catalog-ui/src/app/ng2/shared/tabs/tabs.component.html b/catalog-ui/src/app/ng2/shared/tabs/tabs.component.html
deleted file mode 100644
index 3e263a3862..0000000000
--- a/catalog-ui/src/app/ng2/shared/tabs/tabs.component.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="tabs {{tabStyle}}">
- <div class="tab" *ngFor="let tab of tabs" (click)="selectTab(tab)" [class.active]="tab.active">
- {{tab.title}}
- <div class="tab-indication" *ngIf="tab.indication" [@indicatorAnimation]="tab.indication">{{tab.indication}}</div>
- </div>
-</div>
-<div class="tab-content-container">
- <ng-content></ng-content>
-</div> \ No newline at end of file