lixmgl commented on code in PR #94:
URL: https://github.com/apache/yunikorn-web/pull/94#discussion_r1029783973
##########
src/app/components/apps-view/apps-view.component.html:
##########
@@ -85,10 +71,16 @@
<ng-container [matColumnDef]="columnDef.colId" *ngFor="let columnDef of
appColumnDef">
<mat-header-cell *matHeaderCellDef mat-sort-header>{{
columnDef.colName }}</mat-header-cell>
- <ng-container *ngIf="columnDef.colId === 'submissionTime'; else
renderNext_1">
+ <ng-container *ngIf="columnDef.colId === 'submissionTime'; else
renderNext_4">
Review Comment:
Thanks for the suggestion, updated!
##########
src/app/components/apps-view/apps-view.component.ts:
##########
@@ -79,6 +79,7 @@ export class AppsViewComponent implements OnInit {
{ colId: 'applicationId', colName: 'Application ID' },
{ colId: 'queueName', colName: 'Queue Name' },
{ colId: 'applicationState', colName: 'Application State' },
+ { colId: 'lastStateChangeTime', colName: 'Last State Change Time' },
Review Comment:
updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]