mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: add count for strategy types list (#2021)
This commit is contained in:
parent
80a0ab26ce
commit
5d8678618e
@ -283,12 +283,14 @@ export const StrategiesList = () => {
|
||||
}));
|
||||
};
|
||||
|
||||
let strategyTypeCount = rows.length;
|
||||
|
||||
return (
|
||||
<PageContent
|
||||
isLoading={loading}
|
||||
header={
|
||||
<PageHeader
|
||||
title="Strategy types"
|
||||
title={`Strategy types (${strategyTypeCount})`}
|
||||
actions={
|
||||
<>
|
||||
<Search
|
||||
|
Loading…
Reference in New Issue
Block a user