|
|
|
@ -29,7 +29,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2 text-right" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="id" |
|
|
|
> |
|
|
|
<ng-container i18n>Job ID</ng-container> |
|
|
|
</th> |
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="name" |
|
|
|
> |
|
|
|
<ng-container i18n>Type</ng-container> |
|
|
|
</th> |
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="data.symbol" |
|
|
|
> |
|
|
|
<ng-container i18n>Symbol</ng-container> |
|
|
|
</th> |
|
|
|
@ -77,7 +77,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="data.dataSource" |
|
|
|
> |
|
|
|
<ng-container i18n>Data Source</ng-container> |
|
|
|
</th> |
|
|
|
@ -91,7 +91,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="opts.priority" |
|
|
|
> |
|
|
|
<ng-container i18n>Priority</ng-container> |
|
|
|
</th> |
|
|
|
@ -115,7 +115,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2 text-right" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="attemptsMade" |
|
|
|
> |
|
|
|
<ng-container i18n>Attempts</ng-container> |
|
|
|
</th> |
|
|
|
@ -129,7 +129,7 @@ |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1 py-2" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
mat-sort-header="timestamp" |
|
|
|
> |
|
|
|
<ng-container i18n>Created</ng-container> |
|
|
|
</th> |
|
|
|
|