mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 07:48:05 -02:30
add ObjectDetails for HTTP Headers display
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
Detail,
|
||||
DetailList,
|
||||
DeletedDetail,
|
||||
ObjectDetail,
|
||||
} from '../../../components/DetailList';
|
||||
import DeleteButton from '../../../components/DeleteButton';
|
||||
import ErrorDetail from '../../../components/ErrorDetail';
|
||||
@@ -310,11 +311,12 @@ function NotificationTemplateDetail({ i18n, template }) {
|
||||
value={configuration.http_method}
|
||||
dataCy="nt-detail-webhook-http-method"
|
||||
/>
|
||||
{/* <Detail
|
||||
<ObjectDetail
|
||||
label={i18n._(t`HTTP Headers`)}
|
||||
value={configuration.headers}
|
||||
rows="6"
|
||||
dataCy="nt-detail-webhook-headers"
|
||||
/> */}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</DetailList>
|
||||
|
||||
Reference in New Issue
Block a user