Merge pull request #29243 from backstage/rugvip/operation
catalog-react: add operation to default groups
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Add `operation` to alpha `defaultEntityContentGroups`.
|
||||
@@ -99,6 +99,7 @@ export const defaultEntityContentGroups: {
|
||||
documentation: string;
|
||||
development: string;
|
||||
deployment: string;
|
||||
operation: string;
|
||||
observability: string;
|
||||
};
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ export const defaultEntityContentGroups = {
|
||||
documentation: 'Documentation',
|
||||
development: 'Development',
|
||||
deployment: 'Deployment',
|
||||
operation: 'Operation',
|
||||
observability: 'Observability',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user