-
No hosts match the current search criteria.
-
- Expecting to see hosts? Try again in a few seconds as the
- system catches up.
-
+ {isActiveSearch &&
+ (isTargetsLoading ? (
+
+ ) : (
+
+
>
+ columnConfigs={searchResultsTableConfig}
+ data={dropdownHosts}
+ isLoading={false}
+ emptyComponent={() => (
+
+
+
No hosts match the current search criteria.
+
+ Expecting to see hosts? Try again in a few seconds as
+ the system catches up.
+
+
-
- )}
- showMarkAllPages={false}
- isAllPagesSelected={false}
- disableCount
- disablePagination
- disableMultiRowSelect
- onClickRow={handleRowSelect}
- />
-
- )}
+ )}
+ showMarkAllPages={false}
+ isAllPagesSelected={false}
+ disableCount
+ disablePagination
+ disableMultiRowSelect
+ onClickRow={handleRowSelect}
+ />
+