mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
link to feature view
This commit is contained in:
parent
4f363a7aa0
commit
60807560d6
@ -79,8 +79,7 @@ class ClientApplications extends PureComponent {
|
|||||||
</ListItem> :
|
</ListItem> :
|
||||||
<ListItem twoLine key={i}>
|
<ListItem twoLine key={i}>
|
||||||
<ListItemContent icon={<span><Switch disabled checked={!!enabled} /></span>} subtitle={description}>
|
<ListItemContent icon={<span><Switch disabled checked={!!enabled} /></span>} subtitle={description}>
|
||||||
|
<Link to={`/features/view/${name}`}>
|
||||||
<Link to={`/features/edit/${name}`}>
|
|
||||||
{name}
|
{name}
|
||||||
</Link>
|
</Link>
|
||||||
</ListItemContent>
|
</ListItemContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user