mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
initial labels for host tests
This commit is contained in:
@@ -79,15 +79,16 @@ function HostDetail({ host, i18n, onUpdateHost }) {
|
|||||||
css="padding-bottom: 40px"
|
css="padding-bottom: 40px"
|
||||||
/>
|
/>
|
||||||
<DetailList gutter="sm">
|
<DetailList gutter="sm">
|
||||||
<Detail label={i18n._(t`Name`)} value={name} />
|
<Detail label={i18n._(t`Name`)} value={name} dataCy="host-name"/>
|
||||||
<Detail
|
<Detail
|
||||||
value={<Sparkline jobs={recentPlaybookJobs} />}
|
value={<Sparkline jobs={recentPlaybookJobs} />}
|
||||||
label={i18n._(t`Activity`)}
|
label={i18n._(t`Activity`)}
|
||||||
/>
|
/>
|
||||||
<Detail label={i18n._(t`Description`)} value={description} />
|
<Detail label={i18n._(t`Description`)} value={description}/>
|
||||||
{inventory && (
|
{inventory && (
|
||||||
<Detail
|
<Detail
|
||||||
label={i18n._(t`Inventory`)}
|
label={i18n._(t`Inventory`)}
|
||||||
|
dataCy="host-inventory"
|
||||||
value={
|
value={
|
||||||
<Link
|
<Link
|
||||||
to={`/inventories/${
|
to={`/inventories/${
|
||||||
|
|||||||
Reference in New Issue
Block a user