Skip to content

Commit 4dd1409

Browse files
Add external link for search.
1 parent 9e49e85 commit 4dd1409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ <h1 class="ui block header">
563563
});
564564

565565
$("#search_button").click(() => {
566-
window.open("elastic-search-metastore.html", "self");
566+
window.open("http://metastore.docker:8080/", "self");
567567
});
568568

569569
let inputs = {

schema-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ <h1 class="ui block header">
524524
});
525525

526526
$("#search_button").click(() => {
527-
window.open("elastic-search-metastore.html", "self");
527+
window.open("http://metastore.docker:8080/", "self");
528528
});
529529

530530
//initialize metadata editor

0 commit comments

Comments
 (0)