This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
mxp.plugins.GeoBatchFlows
mbarto edited this page Jan 9, 2015
·
8 revisions
In order to use this plugin you need to include this files in the build.cfg:
src/mxp/plugins/GeoBatchFlows.jssrc/mxp/widgets/grid/GeoBatchFlowsGrid.jssrc/mxp/widgets/grid/GeoBatchConsumerGrid.jssrc/mxp/widgets/form/GeoBatchRunLocal.jssrc/mxp/widgets/form/GeoBatchRunLocalForm.js
and their dependencies
NOTE: In the default configuration these files are present.
This plugin adds a new admin panel to start and manage GeoBatch ingestion flows.
The panel contains a list of available flows on the left, with the ability to start a new instance for one of them.
On the right, a grid shows the list of runs for the currently selected flow, with the ability to choose between Active and Archived runs.
You can configure it adding this plugin with this configuration:
{
"ptype": "mxp_help",
"text":"Help",
"title":"Help Window",
"fileDocURL": "my_startup_page.html",
"actionTarget":{
"target": "north.tbar",
"index": 6
}
}
The basic parameters are:
- fileDocURL: The URL of the window content ( if present the window will display an iframe)
- description if fileDocURL is null, this configuration string will contain the html to display in the window.
- showOnStartup Display the window on startup.