mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 00:08:36 -05:00
Merge pull request #11156 from nixocio/ui_issue_11150
Fix translation for instance list
This commit is contained in:
+316
-249
File diff suppressed because it is too large
Load Diff
+317
-250
File diff suppressed because it is too large
Load Diff
+529
-414
File diff suppressed because it is too large
Load Diff
+511
-405
File diff suppressed because it is too large
Load Diff
+317
-250
File diff suppressed because it is too large
Load Diff
+515
-407
File diff suppressed because it is too large
Load Diff
+315
-248
File diff suppressed because it is too large
Load Diff
@@ -134,9 +134,13 @@ function InstanceListItem({
|
|||||||
</Td>
|
</Td>
|
||||||
<Td dataLabel={t`Status`}>
|
<Td dataLabel={t`Status`}>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={t`Last Health Check ${formatDateString(
|
content={
|
||||||
instance.last_health_check
|
<div>
|
||||||
)}`}
|
{t`Last Health Check`}
|
||||||
|
|
||||||
|
{formatDateString(instance.last_health_check)}
|
||||||
|
</div>
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<StatusLabel status={instance.errors ? 'error' : 'healthy'} />
|
<StatusLabel status={instance.errors ? 'error' : 'healthy'} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user