2018-12-25 09:30:28 -06:00
|
|
|
<ion-item class="title error-title" padding (swipe)="close($event)">
|
2017-01-03 23:51:25 -05:00
|
|
|
Error
|
2017-08-22 10:25:12 -04:00
|
|
|
<button ion-button icon-only item-end large clear (click)="close()">
|
2017-01-03 23:51:25 -05:00
|
|
|
<ion-icon name="close-circle"></ion-icon>
|
|
|
|
</button>
|
|
|
|
</ion-item>
|
|
|
|
<ion-card-content>
|
|
|
|
<br>
|
2017-01-24 16:43:58 -05:00
|
|
|
<p>{{cardItem.qry}}</p>
|
2017-01-18 17:51:06 -05:00
|
|
|
</ion-card-content>
|
2019-01-02 15:18:49 -05:00
|
|
|
|
|
|
|
<div style="float: right">
|
|
|
|
<button ion-button icon-center clear (click)="contextMenu()">
|
|
|
|
<ion-icon name="more"></ion-icon>
|
|
|
|
</button>
|
|
|
|
</div>
|