mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-16 01:56:41 +02:00
Enable the new UI Help link
Re-enable the Help link in the manteine-ui. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
a6346184f6
commit
b2185b64f2
@ -22,6 +22,7 @@ import { useDisclosure } from "@mantine/hooks";
|
||||
import {
|
||||
IconBell,
|
||||
IconBellFilled,
|
||||
IconBook,
|
||||
IconChevronDown,
|
||||
IconChevronRight,
|
||||
IconCloudDataConnection,
|
||||
@ -307,16 +308,16 @@ function App() {
|
||||
</Menu.Dropdown>
|
||||
</Menu>
|
||||
|
||||
{/* <Button
|
||||
{<Button
|
||||
component="a"
|
||||
href="https://prometheus.io/docs/prometheus/latest/getting_started/"
|
||||
className={classes.link}
|
||||
leftSection={<IconHelp style={navIconStyle} />}
|
||||
leftSection={<IconBook style={navIconStyle} />}
|
||||
target="_blank"
|
||||
px={navLinkXPadding}
|
||||
>
|
||||
Help
|
||||
</Button> */}
|
||||
</Button>}
|
||||
</>
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user