| .. | .. |
|---|
| 8 | 8 | <button md-icon-button (click)="save()"><md-icon>save</md-icon></button> |
|---|
| 9 | 9 | <md-toolbar-row class="inner-padding" *ngIf="!!pack" > |
|---|
| 10 | 10 | <div> |
|---|
| 11 | | - <span i18n>Pack</span>: {{pack.code}} |
|---|
| 11 | + <span i18n>Pack</span>: {{pack.code}} |
|---|
| 12 | + <button md-icon-button (click)="editPack()"><md-icon>edit</md-icon></button> |
|---|
| 12 | 13 | </div> |
|---|
| 13 | 14 | <div class="inner-padding" flex="70" style="margin-left: 10px;" layout-align="start center" layout="row"> |
|---|
| 14 | 15 | <md-chip selected [mdTooltip]="$L.get('field.application_name')" color="primary">{{pack.application_name}} </md-chip> |
|---|