Sha256: 91ed6ac0a303851ad03c2755e0e5984555652ff3dccc92848e5d9974faba41b3
Contents?: true
Size: 493 Bytes
Versions: 16
Compression:
Stored size: 493 Bytes
Contents
import React from 'react'; import { Divider, Alert } from '@patternfly/react-core'; import { translate as __ } from 'foremanReact/common/I18n'; export const StartsBeforeErrorAlert = () => ( <> <Alert ouiaId="starts-before-error-alert" variant="danger" title={__("'Starts before' date must in the future")} > {__( 'Please go back to "Schedule" - "Future execution" step to fix the error' )} </Alert> <Divider component="div" /> </> );
Version data entries
16 entries across 16 versions & 1 rubygems