Details
-
Improvement
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
ATM in the dashBoard we are doing:
export default ( <Route path="/" component={Dashboard} onChange={persistBackgroundOnNavigationChange}> ... <Route path="/pipelines" component={Pipelines} /> <Route path="/create-pipeline" component={CreatePipeline} /> <IndexRedirect to="pipelines" /> </Route>
The problem here is that <IndexRedirect to="pipelines" /> is always redirects to pipelines. However that needs to be override-able.
cliffmeyers +1 for having an IndexRedirect for plugins. Alternatively, is there a way for a plugin / job to add onto the job index page after it completes?
We create URL's in our job and I'd love to have them be links on each output build's root index.html.