Added redirect from server base path to overview page, to ease changing default page

This commit is contained in:
Alejandro Celaya
2020-12-08 18:27:36 +01:00
parent f359a16004
commit 43af6fdaba
5 changed files with 6 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ const ServersDropdown = (serversExporter: ServersExporter) => ({ servers, select
<DropdownItem
key={id}
tag={Link}
to={`/server/${id}/overview`}
to={`/server/${id}`}
active={isServerWithId(selectedServer) && selectedServer.id === id}
>
{name}