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