Skip to content

Commit

Permalink
Fixed Inventory Path dropdown box alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa committed Jul 4, 2024
1 parent 0c4f49b commit c740329
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
6 changes: 2 additions & 4 deletions web/html/src/components/action-schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,8 @@ class ActionSchedule extends React.Component<ActionScheduleProps, ActionSchedule
return (
<div className="spacewalk-scheduler">
<div className="form-horizontal">
<div className="form-group">
{pickers}
{this.state.actionChains && this.state.actionChain && this.renderActionChainPicker()}
</div>
{pickers}
{this.state.actionChains && this.state.actionChain && this.renderActionChainPicker()}
</div>
</div>
);
Expand Down
15 changes: 7 additions & 8 deletions web/html/src/manager/minion/ansible/schedule-playbook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function SchedulePlaybook({ playbook, onBack }: SchedulePlaybookP
<div className="panel panel-default">
<div className="panel-heading">
<div>
<h3>{t("Schedule Playbook Execution")}</h3>
<h3>{t("Schedule Playbook Executionsss")}</h3>
</div>
</div>
<div className="panel-body">
Expand All @@ -135,13 +135,12 @@ export default function SchedulePlaybook({ playbook, onBack }: SchedulePlaybookP
/>
</div>
</div>
<div className="col-sm-offset-3 offset-sm-3 col-sm-6">
<Check
name="flushCache"
label={t("Flush Ansible fact cache")}
title={t("Clear the fact cache for every host in inventory")}
/>
</div>
<Check
name="flushCache"
label={t("Flush Ansible fact cache")}
title={t("Clear the fact cache for every host in inventory")}
divClass="col-sm-offset-3 offset-sm-3 col-sm-6"
/>
</Form>
</div>
</div>
Expand Down

0 comments on commit c740329

Please sign in to comment.