We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a1a14 commit 27f8e85Copy full SHA for 27f8e85
plugins/main/public/kibana-integrations/discover/application/angular/doc_table/components/table_row.ts
@@ -124,7 +124,7 @@ export function createTableRowDirective($compile: ng.ICompileService) {
124
125
function getDiscoverPath(){
126
const pathName = `${location.pathname}#`;
127
- return `${location.origin}${pathName.replace('wazuh#', 'discover')}`;
+ return `${location.origin}${pathName.replace(/\/app\/(.*)/, '/app/discover')}`;
128
}
129
130
// create a tr element that lists the value for each *column*
0 commit comments