diff --git a/changes/issue-11341-fix-tooltip-position b/changes/issue-11341-fix-tooltip-position new file mode 100644 index 0000000000..16b060c66a --- /dev/null +++ b/changes/issue-11341-fix-tooltip-position @@ -0,0 +1 @@ +- Small style change (tooltip on host details software positioned above to not cover next line of software info) diff --git a/frontend/pages/hosts/details/HostDetailsPage/HostActionsDropdown/helpers.tsx b/frontend/pages/hosts/details/HostDetailsPage/HostActionsDropdown/helpers.tsx index ed0dd99a25..82eede9937 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/HostActionsDropdown/helpers.tsx +++ b/frontend/pages/hosts/details/HostDetailsPage/HostActionsDropdown/helpers.tsx @@ -120,7 +120,6 @@ const setOptionsAsDisabled = ( }; let optionsToDisable: IDropdownOption[] = []; - console.log("options to disable: ", optionsToDisable); if (!isHostOnline) { optionsToDisable = optionsToDisable.concat( options.filter( @@ -128,14 +127,12 @@ const setOptionsAsDisabled = ( ) ); } - console.log("options to disable: ", optionsToDisable); if (isSandboxMode) { optionsToDisable = optionsToDisable.concat( options.filter((option) => option.value === "transfer") ); } - console.log("options to disable: ", optionsToDisable); disableOptions(optionsToDisable); return options; }; diff --git a/frontend/pages/hosts/details/cards/Software/SoftwareTableConfig.tsx b/frontend/pages/hosts/details/cards/Software/SoftwareTableConfig.tsx index f5fefc1f27..215cfc39c0 100644 --- a/frontend/pages/hosts/details/cards/Software/SoftwareTableConfig.tsx +++ b/frontend/pages/hosts/details/cards/Software/SoftwareTableConfig.tsx @@ -103,6 +103,7 @@ const condenseVulnerabilities = (vulns: string[]): string[] => { const renderBundleTooltip = (name: string, bundle: string) => ( Bundle identifier: