mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Disable exporting/importing of templates. Optimize pitch images a bit (#83098)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
02cda96229
commit
235cef7d14
2 changed files with 7 additions and 7 deletions
|
@ -45,7 +45,7 @@ export const workpadTemplateType: SavedObjectsType = {
|
|||
},
|
||||
migrations: {},
|
||||
management: {
|
||||
importableAndExportable: true,
|
||||
importableAndExportable: false,
|
||||
icon: 'canvasApp',
|
||||
defaultSearchField: 'name',
|
||||
getTitle(obj) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue