This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
ui/src/app/audit/audit-record Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 64
64
</ thead >
65
65
< tbody >
66
66
< tr *ngFor ="let item of auditRecords.items | paginate: auditRecords.getPaginationInstance(); index as i ">
67
- < td >
67
+ < td nowrap ="" >
68
68
< a style ="cursor: pointer " (click) ="viewDetails(item) "> {{ item.auditRecordId }}</ a >
69
69
</ td >
70
- < td >
70
+ < td nowrap ="" >
71
71
{{ item.createdOn | dataflowDateTime }}
72
72
</ td >
73
- < td >
73
+ < td nowrap ="" >
74
74
< app-audit-record-operation [auditRecord] ="item "> </ app-audit-record-operation >
75
75
</ td >
76
- < td >
76
+ < td nowrap ="" >
77
77
< app-audit-record-action [auditRecord] ="item "> </ app-audit-record-action >
78
78
</ td >
79
- < td >
79
+ < td nowrap ="" >
80
80
< strong > {{ item.correlationId }}</ strong >
81
81
</ td >
82
- < td >
82
+ < td nowrap ="" >
83
83
{{item.createdBy || 'N/A'}}
84
84
</ td >
85
- < td >
85
+ < td nowrap ="" >
86
86
{{ item.serverHost }}
87
87
</ td >
88
- < td >
89
- {{ item.auditData }}
88
+ < td class =" dataflow-truncator-width " >
89
+ < dataflow-truncator [input] =" item.auditData " trailPosition =" start " trail =" … " > </ dataflow-truncator >
90
90
</ td >
91
91
< td class ="table-actions " width ="10px " nowrap ="">
92
92
< app-list-row-actions [item] ="item " (action) ="applyAction($event.action, $event.args) "
You can’t perform that action at this time.
0 commit comments