|
@@ -146,7 +146,9 @@ define([
|
|
|
Cluster: { label: this.i18n.Cluster, width: 100, sortable: true },
|
|
|
JobName: { label: this.i18n.JobName, sortable: true },
|
|
|
EventName: { label: this.i18n.EventName, width: 180, sortable: true },
|
|
|
- EventText: { label: this.i18n.EventText, width: 180, sortable: true }
|
|
|
+ EventText: { label: this.i18n.EventText, width: 180, sortable: true },
|
|
|
+ Owner: { label: this.i18n.Owner, width: 180, sortable: false },
|
|
|
+ State: { label: this.i18n.State, width: 180, sortable: false }
|
|
|
}
|
|
|
}, this.id + "EventGrid");
|
|
|
|