Merge pull request #12531 from jtmelhorn/devel

[#12478] Change Inventory "Status" column header to "Sync Status"
This commit is contained in:
Keith Grant
2022-07-29 15:50:08 -07:00
committed by GitHub

View File

@@ -216,7 +216,7 @@ function InventoryList() {
headerRow={
<HeaderRow qsConfig={QS_CONFIG}>
<HeaderCell sortKey="name">{t`Name`}</HeaderCell>
<HeaderCell>{t`Status`}</HeaderCell>
<HeaderCell>{t`Sync Status`}</HeaderCell>
<HeaderCell>{t`Type`}</HeaderCell>
<HeaderCell>{t`Organization`}</HeaderCell>
<HeaderCell>{t`Actions`}</HeaderCell>