File tree Expand file tree Collapse file tree
actions/server/saved_objects
alerts/server/saved_objects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ export function setupSavedObjects(
2323 namespaceType : 'single' ,
2424 mappings : mappings . action ,
2525 migrations : getMigrations ( encryptedSavedObjects ) ,
26- management : {
27- importableAndExportable : true ,
28- icon : 'tokenEvent' ,
29- defaultSearchField : 'name' ,
30- getTitle : ( { attributes } ) => attributes . name ,
31- } ,
3226 } ) ;
3327
3428 // Encrypted attributes
Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ export function setupSavedObjects(
4242 namespaceType : 'single' ,
4343 migrations : getMigrations ( encryptedSavedObjects ) ,
4444 mappings : mappings . alert ,
45- management : {
46- importableAndExportable : true ,
47- icon : 'alert' ,
48- defaultSearchField : 'name' ,
49- getTitle : ( { attributes } ) => attributes . name ,
50- } ,
5145 } ) ;
5246
5347 savedObjects . registerType ( {
You can’t perform that action at this time.
0 commit comments