webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js in katello-4.4.0.rc1 vs webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js in katello-4.4.0.rc2
- old
+ new
@@ -157,11 +157,11 @@
isSimpleContentAccessEnabled={simpleContentAccess}
canToggleSimpleContentAccess={!disableSCASwitch}
simpleContentAccessEligible={simpleContentAccessEligible}
/>
</Row>
- }
+ }
<Row>
<Col sm={5}>
<strong>{__('Subscription Allocation')}</strong>
</Col>
<Col sm={7}>
@@ -174,11 +174,11 @@
<ControlLabel
style={{ paddingTop: '10px' }}
>
<div>{__('Import New Manifest')}</div>
</ControlLabel>
- }
+ }
</Col>
<Col sm={7} className="manifest-actions">
<Spinner loading={actionInProgress} />
{canImportManifest &&
<FormControl
@@ -186,11 +186,11 @@
type="file"
accept=".zip"
disabled={actionInProgress}
onChange={e => this.uploadManifest(e.target.files)}
/>
- }
+ }
<div id="manifest-actions-row">
{canImportManifest &&
<TooltipButton
onClick={this.refreshManifest}
tooltipId="refresh-manifest-button-tooltip"
@@ -198,11 +198,11 @@
tooltipPlacement="top"
title={__('Refresh')}
disabled={!isManifestImported ||
actionInProgress || disableManifestActions}
/>
- }
+ }
{canDeleteManifest &&
<React.Fragment>
<TooltipButton
disabled={!isManifestImported || actionInProgress}
bsStyle="danger"
@@ -211,10 +211,10 @@
tooltipId="delete-manifest-button-tooltip"
tooltipText={this.disabledTooltipText()}
tooltipPlacement="top"
/>
</React.Fragment>
- }
+ }
</div>
<ForemanModal title={__('Confirm delete manifest')} id={DELETE_MANIFEST_MODAL_ID}>
<DeleteManifestModalText />
<ForemanModal.Footer>
<Button bsStyle="default" onClick={this.hideDeleteManifestModal}>