mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-27 14:11:50 +00:00
Added redirect from server base path to overview page, to ease changing default page
This commit is contained in:
@@ -11,7 +11,7 @@ interface ServersListGroup {
|
||||
}
|
||||
|
||||
const ServerListItem = ({ id, name }: { id: string; name: string }) => (
|
||||
<ListGroupItem tag={Link} to={`/server/${id}/overview`} className="servers-list__server-item">
|
||||
<ListGroupItem tag={Link} to={`/server/${id}`} className="servers-list__server-item">
|
||||
{name}
|
||||
<FontAwesomeIcon icon={chevronIcon} className="servers-list__server-item-icon" />
|
||||
</ListGroupItem>
|
||||
|
||||
Reference in New Issue
Block a user