Merge pull request #2636 from AreYouRlyScared/copynetwork

Network info added to details + ClickToCopy
This commit is contained in:
Dane Everitt
2020-11-08 11:48:45 -08:00
committed by GitHub
2 changed files with 12 additions and 2 deletions

View File

@@ -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.*'}>