Table style update
This commit is contained in:
parent
1acc8f48ce
commit
90a059a5fa
@ -256,9 +256,10 @@ func summaryTable(w http.ResponseWriter, isIPv6 bool, data string, serverName st
|
|||||||
} else {
|
} else {
|
||||||
// Draw the row in red if the link isn't up
|
// Draw the row in red if the link isn't up
|
||||||
w.Write([]byte("<tr class=\"" + (map[string]string{
|
w.Write([]byte("<tr class=\"" + (map[string]string{
|
||||||
"up": "table-success",
|
"up": "table-success",
|
||||||
"down": "table-danger",
|
"down": "table-secondary",
|
||||||
"start": "table-danger",
|
"start": "table-danger",
|
||||||
|
"passive": "table-info",
|
||||||
})[row[3]] + "\">"))
|
})[row[3]] + "\">"))
|
||||||
// Add link to detail for first column
|
// Add link to detail for first column
|
||||||
if isIPv6 {
|
if isIPv6 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user