-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a170b7b
commit 0380898
Showing
11 changed files
with
120 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/************************************************************************/ | ||
/**************** Sales Embedding Demo Configuration File ***************/ | ||
/************************************************************************/ | ||
/* | ||
/* Note: Common mistake is to forget the comma at the end of each line. | ||
/* Except for lines that are commented out (they start with //). | ||
/* | ||
/* Note: Values must be inside of quotes. | ||
/* It doesn't matter if single ' or double ", but they must match. | ||
/* | ||
/************************************************************************/ | ||
|
||
export default { | ||
// EXAMPLE: 'ShopBoard App' | ||
appName: "sales-embedding-demo", | ||
|
||
// EXAMPLE: 'https://leilani.internal.gooddata.com' | ||
domain: "https://e2e-demo28.na.gooddata.com", | ||
|
||
// Workspace ID for the customer you are doing the workshop with | ||
// EXAMPLE: If your URL says https://leilani.internal.gooddata.com/dashboards/#/project/no6focgukfj3ohfds9dexvkqazugwo | ||
// then you should change this to 'no6focgukfj3ohfds9dexvkqazugwo' | ||
workspace: "gf5ar7e02sth33atdbzpabhvbddaqva3", | ||
|
||
// URL of the embedded Dashboard | ||
dashboardUrl: | ||
"https://e2e-demo28.na.gooddata.com/dashboards/embedded/#/project/gf5ar7e02sth33atdbzpabhvbddaqva3/dashboard/aadPCE04gggj?showNavigation=false", | ||
|
||
// Uncomment line below to change the header background color | ||
// headerBackgroundColor: "#303442", | ||
|
||
// Uncomment line below to change the color of the header bottom border | ||
// headerBorderBottomColor: "#FFFFFF", | ||
|
||
// Uncomment line below to change the navigation background color | ||
// leftPaneBackgroundColor: "#303442", | ||
|
||
// uncomment line below to change the navigation text color | ||
// linkColor: "#ffffff", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters