fixing the navigation bar highlight for data-stores
This commit is contained in:
parent
73aed82f24
commit
8cfdcf4212
|
@ -77,8 +77,8 @@ export default function NavigationBar() {
|
||||||
newActiveKey = '/admin/process-instances';
|
newActiveKey = '/admin/process-instances';
|
||||||
} else if (location.pathname.match(/^\/admin\/configuration\b/)) {
|
} else if (location.pathname.match(/^\/admin\/configuration\b/)) {
|
||||||
newActiveKey = '/admin/configuration';
|
newActiveKey = '/admin/configuration';
|
||||||
} else if (location.pathname.match(/^\/admin\/datastore\b/)) {
|
} else if (location.pathname.match(/^\/admin\/data-stores\b/)) {
|
||||||
newActiveKey = '/admin/datastore';
|
newActiveKey = '/admin/data-stores';
|
||||||
} else if (location.pathname === '/') {
|
} else if (location.pathname === '/') {
|
||||||
newActiveKey = '/';
|
newActiveKey = '/';
|
||||||
} else if (location.pathname.match(/^\/tasks\b/)) {
|
} else if (location.pathname.match(/^\/tasks\b/)) {
|
||||||
|
|
Loading…
Reference in New Issue