Interested in installing software on Android hosts?{" "}
>
}
/>
);
}
const renderCustomControls = () => {
return (
) =>
newValue &&
handleCustomFilterDropdownChange(
newValue.value as IHostSWLibraryDropdownFilterVal
)
}
variant="table-filter"
/>
);
};
return (
);
};
export default HostSoftwareLibraryTable;