@@ -375,21 +375,21 @@ export default {
375375 serialNumber: userConfigStore .crl_filters ? .serialNumber || ' ' ,
376376 status: userConfigStore .crl_filters ? .status || null ,
377377 owner: userConfigStore .crl_filters ? .owner || ' ' ,
378- },
378+ },
379379 sortBy: userConfigStore .crl_sort .sortBy || ' revoked_at' ,
380380 sortOrder: userConfigStore .crl_sort .sortOrder || ' DESC' ,
381381 caWarningDialog: {
382382 open: false ,
383383 entry: null ,
384384 typeLabel: ' ' ,
385- },
385+ },
386386 revokeDialog: {
387387 open: false ,
388388 entry: null ,
389389 reasonCode: { value: 0 , label: ' ' },
390390 reasonText: ' ' ,
391391 loading: false ,
392- },
392+ },
393393 statusOptions: [
394394 { value: ' issued' , label: this .t (' libresign' , ' Issued' ) },
395395 { value: ' revoked' , label: this .t (' libresign' , ' Revoked' ) },
@@ -406,7 +406,7 @@ export default {
406406 8 : this .t (' libresign' , ' Remove from CRL' ),
407407 9 : this .t (' libresign' , ' Privilege Withdrawn' ),
408408 10 : this .t (' libresign' , ' AA Compromise' ),
409- },
409+ },
410410 reasonCodeOptions: [
411411 { value: 0 , label: this .t (' libresign' , ' Unspecified' ) },
412412 { value: 1 , label: this .t (' libresign' , ' Key Compromise' ) },
0 commit comments