Merge "Disable rewriting links in status page with HTML5 mode"

This commit is contained in:
Zuul 2018-06-05 23:39:58 +00:00 committed by Gerrit Code Review
commit ab07e1e9bc
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ if (module.hot) {
angular.module('zuulStatus', [], function ($locationProvider) {
$locationProvider.html5Mode({
enabled: true,
requireBase: false
requireBase: false,
rewriteLinks: false
})
$locationProvider.hashPrefix('')
}).controller(