File tree 1 file changed +4
-4
lines changed
opencti-platform/opencti-front/src/private/components/profile
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const Notifications: FunctionComponent = () => {
164
164
const dataColumns : DataTableProps [ 'dataColumns' ] = {
165
165
operation : {
166
166
label : 'Operation' ,
167
- percentWidth : 20 ,
167
+ percentWidth : 10 ,
168
168
isSortable : isRuntimeSort ,
169
169
render : ( { notification_content, notification_type } : NotificationLine_node$data ) => {
170
170
const firstOperation = getFirstOperation ( { notification_content, notification_type } ) ;
@@ -219,13 +219,13 @@ const Notifications: FunctionComponent = () => {
219
219
} ,
220
220
created : {
221
221
label : 'Original creation date' ,
222
- percentWidth : 20 ,
222
+ percentWidth : 25 ,
223
223
isSortable : isRuntimeSort ,
224
224
} ,
225
225
name : {
226
226
id : 'trigger_name' ,
227
227
label : 'Trigger name' ,
228
- percentWidth : 12 ,
228
+ percentWidth : 17 ,
229
229
isSortable : isRuntimeSort ,
230
230
render : ( { notification_type, name } , { storageHelpers : { handleAddFilter } } ) => {
231
231
return (
@@ -298,7 +298,7 @@ const Notifications: FunctionComponent = () => {
298
298
} ;
299
299
300
300
return (
301
- < div style = { { marginLeft : - 30 } } >
301
+ < div style = { { marginLeft : - 40 } } >
302
302
< IconButton
303
303
disabled = { updating }
304
304
onClick = { ( event ) => {
You can’t perform that action at this time.
0 commit comments