Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cda-gui/src/links/header-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export default [
text: "Data Query",
href: "/data-query",
},
{
id: "location-search",
text: "Location Search",
href: "/location-search",
},
],
},
{
Expand Down
2 changes: 2 additions & 0 deletions cda-gui/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import SwaggerUI from "./pages/swagger-ui/index";
import Regexp from "./pages/regexp/index";
import DataQuery from "./pages/data-query";
import Layout from "./components/Layout";
import LocationSearch from "./pages/LocationSearch.jsx";

// Styles
import "@usace/groundwork/dist/style.css";
Expand All @@ -32,6 +33,7 @@ const routeComponents = {
"filter-expressions": FilterExpressions,
timestamps: Timestamps,
"legacy-format": LegacyFormat,
"location-search": LocationSearch,
};

const router = createBrowserRouter(
Expand Down
Loading
Loading