Skip to content

Commit

Permalink
Reverts saved objects to "single" namespace mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Apr 30, 2020
1 parent c9b4e2f commit 5b641f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const inventoryViewSavedObjectName = 'inventory-view';
export const inventoryViewSavedObjectType: SavedObjectsType = {
name: inventoryViewSavedObjectName,
hidden: false,
namespaceType: 'agnostic',
namespaceType: 'single',
management: {
importableAndExportable: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const metricsExplorerViewSavedObjectName = 'metrics-explorer-view';
export const metricsExplorerViewSavedObjectType: SavedObjectsType = {
name: metricsExplorerViewSavedObjectName,
hidden: false,
namespaceType: 'agnostic',
namespaceType: 'single',
management: {
importableAndExportable: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const infraSourceConfigurationSavedObjectName = 'infrastructure-ui-source
export const infraSourceConfigurationSavedObjectType: SavedObjectsType = {
name: infraSourceConfigurationSavedObjectName,
hidden: false,
namespaceType: 'agnostic',
namespaceType: 'single',
management: {
importableAndExportable: true,
},
Expand Down

0 comments on commit 5b641f4

Please sign in to comment.