@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
13 lines • 889 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AdditionalNTPSourcesDialogToggle = void 0;
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const use_translation_wrapper_1 = require("../../../common/hooks/use-translation-wrapper");
// TODO we should use hostValidationFailureHints instead of passing this 'action' which is actually a hint
const AdditionalNTPSourcesDialogToggle = () => {
const { t } = (0, use_translation_wrapper_1.useTranslation)();
return (react_1.default.createElement(react_1.default.Fragment, null, t("ai:NTP sources can be edited in Host's Infrastructure environment. After updating the NTP sources, make sure to restart the host.")));
};
exports.AdditionalNTPSourcesDialogToggle = AdditionalNTPSourcesDialogToggle;
//# sourceMappingURL=AdditionalNTPSourcesDialogToggle.js.map