mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 10:43:44 +02:00
Redirect ".../members" to "...#members"
This commit is contained in:
parent
9e53454a18
commit
30af4e51e3
1 changed files with 2 additions and 0 deletions
|
@ -683,6 +683,8 @@ exports.members = async function(req, res) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else { // GET
|
||||||
|
res.redirect("/controller/network/" + req.params.nwid + "#members");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue