Merge pull request #2636 from AreYouRlyScared/copynetwork
Network info added to details + ClickToCopy
This commit is contained in:
commit
de943eac4a
2 changed files with 12 additions and 2 deletions
|
@ -103,7 +103,7 @@ const ServerRouter = ({ match, location }: RouteComponentProps<{ id: string }>)
|
|||
<Can action={'backup.*'}>
|
||||
<NavLink to={`${match.url}/backups`}>Backups</NavLink>
|
||||
</Can>
|
||||
<Can action={'allocations.*'}>
|
||||
<Can action={'allocation.*'}>
|
||||
<NavLink to={`${match.url}/network`}>Network</NavLink>
|
||||
</Can>
|
||||
<Can action={'startup.*'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue