* 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:
Harsh Agarwal 2018-08-16 03:50:29 +05:30 committed by stuart nelson
parent 2b4598c6d1
commit 049663b2c8
2 changed files with 8 additions and 3 deletions

View File

@ -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