mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Merge pull request #2850 from wenottingham/wording-tweak
Tweak system job template wording
This commit is contained in:
@@ -24,7 +24,7 @@ def create_system_job_templates(apps, schema_editor):
|
|||||||
job_type='cleanup_jobs',
|
job_type='cleanup_jobs',
|
||||||
defaults=dict(
|
defaults=dict(
|
||||||
name='Cleanup Job Details',
|
name='Cleanup Job Details',
|
||||||
description='Remove job history older than X days',
|
description='Remove job history',
|
||||||
created=now_dt,
|
created=now_dt,
|
||||||
modified=now_dt,
|
modified=now_dt,
|
||||||
polymorphic_ctype=sjt_ct,
|
polymorphic_ctype=sjt_ct,
|
||||||
@@ -51,7 +51,7 @@ def create_system_job_templates(apps, schema_editor):
|
|||||||
job_type='cleanup_activitystream',
|
job_type='cleanup_activitystream',
|
||||||
defaults=dict(
|
defaults=dict(
|
||||||
name='Cleanup Activity Stream',
|
name='Cleanup Activity Stream',
|
||||||
description='Remove activity stream history older than X days',
|
description='Remove activity stream history',
|
||||||
created=now_dt,
|
created=now_dt,
|
||||||
modified=now_dt,
|
modified=now_dt,
|
||||||
polymorphic_ctype=sjt_ct,
|
polymorphic_ctype=sjt_ct,
|
||||||
|
|||||||
Reference in New Issue
Block a user