portainer/app/react/edge/edge-jobs/components/EdgeJobForm/TimeTip.tsx

10 lines
209 B
TypeScript

import { TextTip } from '@@/Tip/TextTip';
export function TimeTip() {
return (
<TextTip color="blue">
Time should be set according to the chosen environments&apos; timezone.
</TextTip>
);
}