| .. | .. |
|---|
| 3 | 3 | <button md-icon-button (click)="goBack()" color="accent"> |
|---|
| 4 | 4 | <md-icon>arrow_back</md-icon> |
|---|
| 5 | 5 | </button> |
|---|
| 6 | | - <span class="md-title" [innerText]="form_title"></span> |
|---|
| 6 | + <span [innerText]="form_title"></span> |
|---|
| 7 | + <span *ngIf="!isNew" style="margin-left:10px;">({{data.code}})</span> |
|---|
| 7 | 8 | <span flex></span> |
|---|
| 8 | 9 | <button md-icon-button (click)="save()"><md-icon>save</md-icon></button> |
|---|
| 9 | 10 | </md-toolbar> |
|---|
| 10 | | - <!-- |
|---|
| 11 | | - code: 'CICS', |
|---|
| 12 | | - creation_timestamp: 1418384439000, |
|---|
| 13 | | - description: 'Wellbore integrity analysis software', |
|---|
| 14 | | - id: 1, |
|---|
| 15 | | - license_filename: 'config_server.lic', |
|---|
| 16 | | - name: 'CurisIntegrity', |
|---|
| 17 | | - metadata: |
|---|
| 18 | | - [ { key: 'max_docs', |
|---|
| 19 | | - value: '250000', |
|---|
| 20 | | - readonly: true, |
|---|
| 21 | | - mandatory: true } ] |
|---|
| 22 | | -} |
|---|
| 23 | | - --> |
|---|
| 24 | 11 | <div class="margin" layout-align-gt-xs="center start" layout-fill="" layout-gt-xs="row"> |
|---|
| 25 | 12 | <md-card flex="70"> |
|---|
| 26 | 13 | <md-card-title> |
|---|