Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Make easier to find which job template a schedule is related to #5012

Closed
elyezer opened this issue Oct 14, 2019 · 4 comments
Closed

RFE: Make easier to find which job template a schedule is related to #5012

elyezer opened this issue Oct 14, 2019 · 4 comments

Comments

@elyezer
Copy link
Member

elyezer commented Oct 14, 2019

ISSUE TYPE
  • Feature Idea
SUMMARY

Can't easily find from which workflow job template or job template a schedule is when multiple schedules exist with the same name. See the screenshot below:

Screenshot from 2019-10-14 16-10-44

The Every other minute schedule exist for both workflow job template 1 and workflow job template 2 but it is hard to tell from which one each schedule is.

ENVIRONMENT
  • AWX version: 7.0.0
  • AWX install method: docker on linux
  • Ansible version: 2.8.1
  • Operating System: Fedora 30
  • Web Browser: Chrome
STEPS TO REPRODUCE
  1. Create one job template and add an schedule named My Schedule
  2. Create another job template and add an schedule named My Schedule
  3. Navigate to the Schedules page
EXPECTED RESULTS

To have a way to differentiate an schedule to each other based on the job template or workflow job template it is related to.

ACTUAL RESULTS

Can't figure out which is the related workflow job template or job template a schedule is related to.

ADDITIONAL INFORMATION
@elyezer
Copy link
Member Author

elyezer commented Oct 14, 2019

After a second thought this is more like an enhancement rather than a bug

@elyezer elyezer changed the title It is hard to identify which job template a schedule is from on the Schedules page RFE: Make easier to find which job template a schedule is related to Oct 14, 2019
@wenottingham
Copy link
Contributor

This should be looked at for the new UI.

@mabashian mabashian added this to Backlog in AWX PF via automation Mar 25, 2020
@mabashian
Copy link
Member

Yea, to achieve this we'd need to add the name of the parent resource (JT/WFJT/PROJ/INV SRC) and probably a link to that resource in the list row. Real estate will be the issue. Here's what schedules currently look like in the new UI:

Screen Shot 2020-03-25 at 2 44 31 PM

Perhaps we could replace the "type" column with a link to the parent resource if available and move the "type" to a badge next to the schedule name?

@mabashian
Copy link
Member

This won't help with the list view but we could also add the UJT name and a link to it in the schedule details.

@mabashian mabashian removed this from Backlog in AWX PF Feb 2, 2021
@nixocio nixocio self-assigned this Jun 10, 2022
nixocio added a commit to nixocio/awx that referenced this issue Jun 10, 2022
Add column to display what resource is related to a schedule

See: ansible#5012
nixocio added a commit to nixocio/awx that referenced this issue Jun 10, 2022
Add column to display what resource is related to a schedule

See: ansible#5012
nixocio added a commit to nixocio/awx that referenced this issue Jun 13, 2022
Add column to display what resource is related to a schedule

See: ansible#5012
nixocio added a commit to nixocio/awx that referenced this issue Jun 13, 2022
Add column to display what resource is related to a schedule

See: ansible#5012
@akus062381 akus062381 self-assigned this Jun 15, 2022
vedaperi pushed a commit to vedaperi/awx that referenced this issue Jul 14, 2022
Add column to display what resource is related to a schedule

See: ansible#5012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants