1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-27 07:41:49 +03:00

Nicer cert type create select

This commit is contained in:
Jamie Curnow
2023-02-27 17:21:10 +10:00
parent 6681da605e
commit 83a9666807
7 changed files with 93 additions and 84 deletions

View File

@ -173,7 +173,6 @@ const DesktopNavigation: FC = () => {
navItems.findIndex((item) => {
// Find the nav item whose location / sub items location is the beginning of the currently active path
if (item.to) {
// console.debug(item.to, path);
if (item.to === "/") {
return path === item.to;
}