diff --git a/ui/package.json b/ui/package.json index bbedd86d0..4a45f715a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "GENERATE_SOURCEMAP=true react-scripts build", "buildProd": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" diff --git a/ui/src/app/core/components/Header.js b/ui/src/app/core/components/Header.js index 820bdd4eb..55dff1927 100644 --- a/ui/src/app/core/components/Header.js +++ b/ui/src/app/core/components/Header.js @@ -17,7 +17,7 @@ export function Header () { const logoutLabel = useTranslation('action.logout'); return ( - + {brand.logo.alt} @@ -33,13 +33,11 @@ export function Header () { Separated link - - - - - Dashboard - - + + + + Dashboard + Logout diff --git a/ui/src/app/dashboard/component/Search.js b/ui/src/app/dashboard/component/Search.js index 18a951a28..745f816d0 100644 --- a/ui/src/app/dashboard/component/Search.js +++ b/ui/src/app/dashboard/component/Search.js @@ -34,13 +34,13 @@ export function Search ({ entities, searchable, children }) { <>
- Search + Search search(event.target.value) } value={query} /> - + diff --git a/ui/src/app/dashboard/view/Dashboard.js b/ui/src/app/dashboard/view/Dashboard.js index 981320c18..5294abaf5 100644 --- a/ui/src/app/dashboard/view/Dashboard.js +++ b/ui/src/app/dashboard/view/Dashboard.js @@ -58,7 +58,7 @@ export function Dashboard () { return (
-