rsanchez
2017-06-07 89a0646d18da6f3290a883121e38f4086a6fb37e
securis/src/main/webapp/src/app/listing/pack.list.component.html
....@@ -1,5 +1,8 @@
11 <td-layout-card-over cardWidth="90">
22 <md-toolbar role="toolbar" class="mat-secondary">
3
+ <button *ngIf="!!prevUrl" md-icon-button (click)="goBack()" color="accent">
4
+ <md-icon>arrow_back</md-icon>
5
+ </button>
36 <span class="push-left-sm">
47 <span class="md-title" i18n>Packs</span>
58 </span>
....@@ -11,6 +14,15 @@
1114 <button md-mini-fab color="accent" (click)="create()" [mdTooltip]="$L.get('Create a new pack')">
1215 <md-icon>add</md-icon>
1316 </button>
17
+ <md-toolbar-row *ngIf="!!filter_description">
18
+ <md-chip-list>
19
+ <md-chip selected color="accent">{{filter_description}} </md-chip>
20
+ </md-chip-list>
21
+ <button md-icon-button (click)="reload()" >
22
+ <md-icon>cancel</md-icon>
23
+ </button>
24
+ <span flex></span>
25
+ </md-toolbar-row>
1426 </md-toolbar>
1527 <div flex="84" layout-align="center end" layout="column">
1628 <td-data-table