mirror of
https://github.com/key-networks/ztncui.git
synced 2024-08-31 04:28:00 +00:00
Fix "members" link (#62)
* Fix the "Members" link in the "not_implemented" page * Redirect ".../members" to "...#members" * pr62: version bump Co-authored-by: Key Networks <34238649+key-networks@users.noreply.github.com>
This commit is contained in:
@@ -683,6 +683,8 @@ exports.members = async function(req, res) {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else { // GET
|
||||
res.redirect("/controller/network/" + req.params.nwid + "#members");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user