Skip to content

Commit be9b544

Browse files
TackAdamAdam Tackett
and
Adam Tackett
authored
GettingStarted Fit and Finish (#2205)
* UI and json update fit and finish, integration bug fix for url Signed-off-by: Adam Tackett <[email protected]> * fixed merge conflicts Signed-off-by: Adam Tackett <[email protected]> * lowercase metrics / traces exporter Signed-off-by: Adam Tackett <[email protected]> * Add constant for integrations breadcrumb text Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]>
1 parent 6fb112c commit be9b544

14 files changed

+485
-170
lines changed

common/constants/integrations.ts

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ export const OPENSEARCH_CATALOG_URL =
1717

1818
// Upstream doesn't export this, so we need to redeclare it for our use.
1919
export type Color = 'success' | 'primary' | 'warning' | 'danger' | undefined;
20+
21+
export const integrationsBreadcrumb = 'Integrations';

0 commit comments

Comments
 (0)