-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: page refresh for WNFS loaded workflows and update app-info
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export const appName = 'IPVM Dashboard' | ||
export const appDescription = 'Dashboard for managing IPVM workflows, tasks, payments, nodes, etc...' | ||
export const appURL = 'https://ipvm-dashboard.fission.app' | ||
export const appName = 'EC Control Panel' | ||
export const appDescription = 'Control panel for managing workflows, function, payments, nodes, etc...' | ||
export const appURL = 'https://ec-control-panel-0.fission.app/' | ||
export const appImageURL = `${appURL}/preview.png` | ||
export const ipfsGatewayUrl = 'runfission.com' | ||
export const oddNamespace = { creator: 'Fission', name: 'IPVM-Dashboard' } |
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