summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-07-07 17:03:35 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-07 17:03:35 +0000
commit73cc84364b43eddb1757194a29aec75593d0c764 (patch)
tree4b07e013110dca45a04a13b95326893d03d2ddd6 /portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
parentd14317e21822c6693bc442f6041560432eeae950 (diff)
parent0964afff41ff186eb0bb2bd679a34513e90d1015 (diff)
Merge "Audit log,resolved merge conflict"
Diffstat (limited to 'portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html')
-rw-r--r--portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
index 1e0518b5..d43328d5 100644
--- a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
+++ b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
@@ -38,7 +38,7 @@
<div style="display: flex; flex-direction:column">
<mat-tab-group [selectedIndex]="selected.value" (selectedIndexChange)="selected.setValue($event)"
- (selectedTabChange)="tabChanged($event)">
+ (selectedTabChange)="tabChanged($event);auditLog($event)" >
<mat-tab [label]="mainTab">
<!--
<mat-grid-list cols="5">
@@ -68,10 +68,10 @@
</mat-tab>
- <mat-tab *ngFor="let tab of tabs; let index = index">
+ <mat-tab *ngFor="let tab of tabs; let index = index" >
<ng-template mat-tab-label>
{{tab.label | elipsis: 13}} &nbsp;
- <i class="icon ion-md-close-circle" (click)="removeTab(index)"></i>
+ <i class="icon ion-md-close-circle" (click)="removeTab(index);removeAppObject(index)"></i>
</ng-template>