[8.6] [Osquery] Fix styling of Ecs Field and url slash issue (#148719) (#149829)

This commit is contained in:
Tomasz Ciecierski 2023-01-30 15:44:08 +01:00 committed by GitHub
parent 6b0a5c526e
commit 810aa0c930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@
* 2.0.
*/
export const overflowCss = { overflow: 'auto' };
export const overflowCss = { overflow: 'hidden' };

View file

@ -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',