mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Remove fullWidth prop from machine credential detail field as it's not needed
This commit is contained in:
@@ -240,7 +240,6 @@ function JobDetail({ job, i18n }) {
|
|||||||
)}
|
)}
|
||||||
{credential && (
|
{credential && (
|
||||||
<Detail
|
<Detail
|
||||||
fullWidth
|
|
||||||
label={i18n._(t`Machine Credential`)}
|
label={i18n._(t`Machine Credential`)}
|
||||||
value={
|
value={
|
||||||
<ChipGroup numChips={5} totalChips={1}>
|
<ChipGroup numChips={5} totalChips={1}>
|
||||||
|
|||||||
Reference in New Issue
Block a user