mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Help tab (#1522)
* add helpTab in navbar Signed-off-by: Harsh Agarwal <cs15btech11019@iith.ac.in> * add updated bindata.go Signed-off-by: Harsh Agarwal <cs15btech11019@iith.ac.in>
This commit is contained in:
parent
2b4598c6d1
commit
049663b2c8
@ -22,6 +22,11 @@ statusTab =
|
||||
{ link = "#/status", name = "Status" }
|
||||
|
||||
|
||||
helpTab : Tab
|
||||
helpTab =
|
||||
{ link = "https://prometheus.io/docs/alerting/alertmanager/", name = "Help" }
|
||||
|
||||
|
||||
noneTab : Tab
|
||||
noneTab =
|
||||
{ link = "", name = "" }
|
||||
@ -29,4 +34,4 @@ noneTab =
|
||||
|
||||
tabs : List Tab
|
||||
tabs =
|
||||
[ alertsTab, silencesTab, statusTab ]
|
||||
[ alertsTab, silencesTab, statusTab, helpTab ]
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user