// This component is used on ManageSoftwarePage.tsx and Homepage.tsx > Software.tsx card import React from "react"; import ExternalLinkIcon from "../../../../assets/images/open-new-tab-12x12@2x.png"; const baseClass = "manage-software-page"; type IEmptySoftware = "disabled" | "collecting" | "default" | ""; const EmptySoftware = (message: IEmptySoftware): JSX.Element => { switch (message) { case "disabled": { return (
Check out the Fleet documentation on{" "}
how to configure software inventory{" "}
Try again in about 1 hour as the system catches up.
Try again in about 1 hour as the system catches up.