Set correct active class on the navigation menu
This commit is contained in:
@@ -5,3 +5,8 @@ type Interface struct {
|
||||
Name string `json:"name"`
|
||||
IPAddress string `json:"ip_address"`
|
||||
}
|
||||
|
||||
// BaseData struct to pass value to the base template
|
||||
type BaseData struct {
|
||||
Active string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user