Sha256: f853582ec755d28357546ae13e8644b2052aba7e2e6ec1b901d916d2e8160aa6
Contents?: true
Size: 452 Bytes
Versions: 24
Compression:
Stored size: 452 Bytes
Contents
import React from 'react'; import { Divider, Alert } from '@patternfly/react-core'; import { translate as __ } from 'foremanReact/common/I18n'; export const StartsBeforeErrorAlert = () => ( <> <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
24 entries across 24 versions & 1 rubygems