diff --git a/web/ui/react-app/public/prometheus_logo_grey.svg b/web/ui/react-app/public/prometheus_logo_grey.svg new file mode 100644 index 000000000..b914095ec --- /dev/null +++ b/web/ui/react-app/public/prometheus_logo_grey.svg @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/web/ui/react-app/src/Navbar.tsx b/web/ui/react-app/src/Navbar.tsx index 3963c2e31..8ef4acb8f 100644 --- a/web/ui/react-app/src/Navbar.tsx +++ b/web/ui/react-app/src/Navbar.tsx @@ -28,6 +28,12 @@ const Navigation: FC = ({ consolesLink, agentMode }) => { + Prometheus logo Prometheus{agentMode && ' Agent'} diff --git a/web/ui/react-app/src/themes/_shared.scss b/web/ui/react-app/src/themes/_shared.scss index c47d07f8b..e0af8191c 100644 --- a/web/ui/react-app/src/themes/_shared.scss +++ b/web/ui/react-app/src/themes/_shared.scss @@ -104,6 +104,15 @@ button.execute-btn { margin-bottom: 20px; } +.navbar-brand img { + padding-right: 1rem; + height: 1.9rem; +} + +.navbar-brand { + margin-top: 4px; +} + input[type='checkbox']:checked + label { color: #286090; }