Adding Render Time in Job Table #104316
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104316
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Yesterday I was trying to build flamenco to add a time render menu and I found it in web\app\src\components\jobs in the JobsTable.vue file. But it didn't work because it didn't have a function, can I ask for help on how to add the function ?
You'll have to add more than just a single function in the Vue code. Please see #99731, there I've already written quite a bit on how to approach this.