mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix safari redirect issue when using surrounding documents feature
This commit is contained in:
parent
703d7e6daa
commit
c817f8e998
@ -2,7 +2,7 @@
|
||||
"name": "wazuh",
|
||||
"version": "3.7.0",
|
||||
"revision": "0413",
|
||||
"code":"0413-6",
|
||||
"code":"0413-7",
|
||||
"kibana": {
|
||||
"version": "6.4.2"
|
||||
},
|
||||
|
@ -177,11 +177,11 @@ routes
|
||||
})
|
||||
.when('/context/:pattern?/:type?/:id?', {
|
||||
redirectTo: function() {},
|
||||
resolve: { wzConfig, wzKibana }
|
||||
resolve: { wzKibana }
|
||||
})
|
||||
.when('/doc/:pattern?/:index?/:type?/:id?', {
|
||||
redirectTo: function() {},
|
||||
resolve: { wzConfig, wzKibana }
|
||||
resolve: { wzKibana }
|
||||
})
|
||||
.when('/wazuh-dev', {
|
||||
template: devToolsTemplate,
|
||||
|
Loading…
Reference in New Issue
Block a user