8
0
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:
lideming
2021-03-10 21:29:37 +08:00
committed by GitHub
parent 1295dd1d07
commit d966c51e38
3 changed files with 4 additions and 2 deletions

View File

@@ -683,6 +683,8 @@ exports.members = async function(req, res) {
}
}
}
} else { // GET
res.redirect("/controller/network/" + req.params.nwid + "#members");
}
}