mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
feat: capped at limit strategy in application usage (#6323)
This commit is contained in:
parent
24d6d24e24
commit
ef021a9464
@ -84,7 +84,10 @@ export const StrategyDetails = ({
|
|||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item sm={12} md={toggles.length > 0 ? 6 : 12}>
|
<Grid item sm={12} md={toggles.length > 0 ? 6 : 12}>
|
||||||
<h6>Applications using this strategy</h6>
|
<h6>
|
||||||
|
Applications using this strategy{' '}
|
||||||
|
{applications.length >= 1000 && '(Capped at 1000)'}
|
||||||
|
</h6>
|
||||||
<hr />
|
<hr />
|
||||||
<AppsLinkList apps={applications} />
|
<AppsLinkList apps={applications} />
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user