+ setOptions({ ...options, all: true })}>
+ Search all applications
+
+ > => refetch()}>
+ Retry
+
+
+ }
+ >
+ We could not found any applications you own for the selected filters.
+
+ );
+ }
+
return null;
}
diff --git a/plugins/app/src/components/applications/ApplicationsToolbar.tsx b/plugins/app/src/components/applications/ApplicationsToolbar.tsx
index 5eda52266..424e1c5c4 100644
--- a/plugins/app/src/components/applications/ApplicationsToolbar.tsx
+++ b/plugins/app/src/components/applications/ApplicationsToolbar.tsx
@@ -1,5 +1,5 @@
import { Button, ButtonVariant, SearchInput, ToggleGroup, ToggleGroupItem } from '@patternfly/react-core';
-import React, { useState } from 'react';
+import React, { useEffect, useState } from 'react';
import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon';
import { Toolbar, ToolbarItem } from '@kobsio/shared';
@@ -68,6 +68,10 @@ const ApplicationsToolbar: React.FunctionComponent