mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove Namespace filter from ItemListLayout
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c0967193da
commit
9c31633da0
@ -404,9 +404,7 @@ export class ItemListLayout extends React.Component<ItemListLayoutProps> {
|
|||||||
filters: (
|
filters: (
|
||||||
<>
|
<>
|
||||||
{showNamespaceSelectFilter && <NamespaceSelectFilter />}
|
{showNamespaceSelectFilter && <NamespaceSelectFilter />}
|
||||||
<PageFiltersSelect allowEmpty disableFilters={{
|
<PageFiltersSelect allowEmpty />
|
||||||
[FilterType.NAMESPACE]: true, // namespace-select used instead
|
|
||||||
}} />
|
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
search: <SearchInputUrl />,
|
search: <SearchInputUrl />,
|
||||||
|
|||||||
@ -25,7 +25,6 @@ import { searchUrlParam } from "../input/search-input-url";
|
|||||||
|
|
||||||
export enum FilterType {
|
export enum FilterType {
|
||||||
SEARCH = "search",
|
SEARCH = "search",
|
||||||
NAMESPACE = "namespace",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Filter {
|
export interface Filter {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user