Revision 45d4f0d8
Added by Ondřej Pražák almost 7 years ago
app/assets/javascripts/foreman_pipeline/jenkins-instances/jenkins-instances.module.js | ||
---|---|---|
3 | 3 |
'Bastion.components', |
4 | 4 |
'ui.router', |
5 | 5 |
'Bastion' |
6 |
]); |
|
6 |
]) |
|
7 |
.run(["FencedPages", function (FencedPages) { |
|
8 |
FencedPages.addPages("jenkins_instances"); |
|
9 |
}]); |
|
7 | 10 |
|
8 | 11 |
angular.module('ForemanPipeline.jenkins-instances').config(['$stateProvider', function ($stateProvider) { |
9 | 12 |
$stateProvider.state('jenkins-instances', { |
app/assets/javascripts/foreman_pipeline/jobs/jobs.module.js | ||
---|---|---|
3 | 3 |
'Bastion.components', |
4 | 4 |
'ui.router', |
5 | 5 |
'Bastion', |
6 |
]); |
|
6 |
]) |
|
7 |
.run(["FencedPages", function (FencedPages) { |
|
8 |
FencedPages.addPages("jobs"); |
|
9 |
}]); |
|
7 | 10 |
|
8 | 11 |
angular.module('ForemanPipeline.jobs').config(['$stateProvider', function ($stateProvider) { |
9 | 12 |
$stateProvider.state('jobs', { |
Also available in: Unified diff
Fixes #12562 - UI prompt to select org