Improve ux on overview

This commit is contained in:
Eduard Heimbuch
2020-11-19 10:57:33 +01:00
committed by René Pfeuffer
parent 0aa82887d2
commit 237c48356a
7 changed files with 77 additions and 49 deletions

View File

@@ -126,6 +126,8 @@ class Overview extends React.Component<Props> {
link="repos"
label={t("overview.createButton")}
testId="repository-overview"
searchPlaceholder={t("overview.searchRepository")}
filterPlaceholder={t("overview.filterNamespace")}
/>
</PageActions>
</Page>