-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove expero views as they are no longer supported. (#744)
- Loading branch information
Showing
27 changed files
with
15 additions
and
348 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ import { AppManifestType, getCurrentSync } from "@openfin/workspace-platform"; | |
* @returns List of app definitions. | ||
*/ | ||
export function getApps(): App[] { | ||
return [OPENFIN_INFORMATION_APP, EXPERO_APP, PROCESS_MANAGER, DEVELOPER_CONTENT]; | ||
return [OPENFIN_INFORMATION_APP, PROCESS_MANAGER, DEVELOPER_CONTENT]; | ||
} | ||
|
||
/** | ||
|
@@ -36,31 +36,6 @@ const OPENFIN_INFORMATION_APP: App = { | |
tags: ["view", "openfin", "versions"] | ||
}; | ||
|
||
/** | ||
* App definition for the Expero labs news gateway. | ||
*/ | ||
const EXPERO_APP: App = { | ||
appId: "expero-company-news", | ||
title: "Gateway - Company News", | ||
manifest: "https://openfin-iex.experolabs.com/openfin/manifests/company-news.json", | ||
manifestType: "view", | ||
icons: [ | ||
{ | ||
src: "https://openfin-iex.experolabs.com/favicon.ico" | ||
} | ||
], | ||
contactEmail: "[email protected]", | ||
supportEmail: "[email protected]", | ||
publisher: "Expero", | ||
intents: [], | ||
images: [ | ||
{ | ||
src: "http://localhost:8080/common/images/previews/expero-news-view.png" | ||
} | ||
], | ||
tags: ["expero", "view", "interop"] | ||
}; | ||
|
||
/** | ||
* App definition for the OpenFin Notification Process Manager development tool. | ||
*/ | ||
|
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-103 KB
...ster-with-home/public/common/images/previews/expero/expero-description-view.png
Binary file not shown.
Binary file removed
BIN
-76.8 KB
...to/register-with-home/public/common/images/previews/expero/expero-news-view.png
Binary file not shown.
Binary file removed
BIN
-65.4 KB
...o/register-with-home/public/common/images/previews/expero/expero-stock-view.png
Binary file not shown.
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 |
---|---|---|
|
@@ -28,31 +28,6 @@ export const OPENFIN_INFORMATION_APP: App = { | |
tags: ["view", "openfin", "versions"] | ||
}; | ||
|
||
/** | ||
* App definition for the Expero labs news gateway. | ||
*/ | ||
export const EXPERO_APP: App = { | ||
appId: "expero-company-news", | ||
title: "Gateway - Company News", | ||
manifest: "https://openfin-iex.experolabs.com/openfin/manifests/company-news.json", | ||
manifestType: "view", | ||
icons: [ | ||
{ | ||
src: "https://openfin-iex.experolabs.com/favicon.ico" | ||
} | ||
], | ||
contactEmail: "[email protected]", | ||
supportEmail: "[email protected]", | ||
publisher: "Expero", | ||
intents: [], | ||
images: [ | ||
{ | ||
src: "http://localhost:8080/common/images/previews/expero/expero-news-view.png" | ||
} | ||
], | ||
tags: ["expero", "view", "interop"] | ||
}; | ||
|
||
/** | ||
* App definition for the OpenFin Notification Process Manager development tool. | ||
*/ | ||
|
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
Binary file removed
BIN
-76.8 KB
...ster-with-store-basic/public/common/images/previews/expero/expero-news-view.png
Binary file not shown.
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 was deleted.
Oops, something went wrong.
Binary file removed
BIN
-103 KB
...ter-with-store/public/common/images/previews/expero/expero-description-view.png
Binary file not shown.
Binary file removed
BIN
-76.8 KB
...o/register-with-store/public/common/images/previews/expero/expero-news-view.png
Binary file not shown.
Binary file removed
BIN
-65.4 KB
.../register-with-store/public/common/images/previews/expero/expero-stock-view.png
Binary file not shown.
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
Oops, something went wrong.