mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
feat add count to Environments (#2022)
This commit is contained in:
parent
b827056f51
commit
80a0ab26ce
@ -80,8 +80,10 @@ export const EnvironmentTable = () => {
|
|||||||
<CreateEnvironmentButton />
|
<CreateEnvironmentButton />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
let count = rows.length;
|
||||||
const header = <PageHeader title="Environments" actions={headerActions} />;
|
const header = (
|
||||||
|
<PageHeader title={`Environments (${count})`} actions={headerActions} />
|
||||||
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageContent header={header}>
|
<PageContent header={header}>
|
||||||
|
Loading…
Reference in New Issue
Block a user