-
Notifications
You must be signed in to change notification settings - Fork 235
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
#69 add job name in queue list #74
Conversation
I was about to fork the project and add a job name in the UI, when I saw this PR! +1 for the attempt, although I'd change the code a bit. You need to check if a So, I'd change the
|
@randallm @bradvogel would you be kind enough to accept this PR?! |
{{#if this.data.name}} | ||
<span style="margin-left: 8px">{{ this.data.name }}</span> | ||
{{else if this.name}} | ||
<span style="margin-left: 8px">{{ this.name }}</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation here is slightly off.
@skeggse Go ;) |
released in v2.2.2 |
No description provided.