@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
12 lines • 761 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const PopoverIcon_1 = tslib_1.__importDefault(require("../../../common/components/ui/PopoverIcon"));
const use_translation_wrapper_1 = require("../../../common/hooks/use-translation-wrapper");
const AgentsSelectionHostCountLabelIcon = () => {
const { t } = (0, use_translation_wrapper_1.useTranslation)();
return (react_1.default.createElement(PopoverIcon_1.default, { position: "right", bodyContent: t('ai:Total count of hosts to be included in the cluster.') }));
};
exports.default = AgentsSelectionHostCountLabelIcon;
//# sourceMappingURL=AgentsSelectionHostCountLabelIcon.js.map
;