mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03: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 && (
|
||||
<Detail
|
||||
fullWidth
|
||||
label={i18n._(t`Machine Credential`)}
|
||||
value={
|
||||
<ChipGroup numChips={5} totalChips={1}>
|
||||
|
||||
Reference in New Issue
Block a user