mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Update job list message
This commit is contained in:
parent
3c6e7b0983
commit
50279478c8
@ -159,7 +159,7 @@ function JobList({ defaultParams, showTypeColumn = false }) {
|
||||
hasContentLoading={isLoading || isDeleteLoading || isCancelLoading}
|
||||
items={jobs}
|
||||
itemCount={count}
|
||||
emptyContentMessage={t`Please execute Jobs to populate this list.`}
|
||||
emptyContentMessage={t`Please run a job to populate this list.`}
|
||||
pluralizedItemName={t`Jobs`}
|
||||
qsConfig={qsConfig}
|
||||
toolbarSearchColumns={[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user