mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
6b0a5c526e
commit
810aa0c930
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
export const overflowCss = { overflow: 'auto' };
|
||||
export const overflowCss = { overflow: 'hidden' };
|
||||
|
|
|
@ -26,7 +26,7 @@ export const useIsOsqueryAvailableSimple = ({ agentId }: IProps) => {
|
|||
`/internal/osquery/fleet_wrapper/agents/${agentId}`
|
||||
);
|
||||
const { item: packageInfo }: { item: AgentPolicy } = await http.get(
|
||||
`/internal/osquery/fleet_wrapper/agent_policies/${agentInfo.policy_id}/`
|
||||
`/internal/osquery/fleet_wrapper/agent_policies/${agentInfo.policy_id}`
|
||||
);
|
||||
const osqueryPackageInstalled = find(packageInfo?.package_policies, [
|
||||
'package.name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue