How do we populate the job details panel? #138
-
We've added a job to our custom workload. We can see the job appear in the monitoring hub but when we select "Job Details" from the three dot menu the panel opens but says "Unable to open details". How do we populate this panel? |
Beta Was this translation helpful? Give feedback.
Answered by
q-benwillis
Oct 31, 2024
Replies: 1 comment
-
Found that the event is handled here: https://github.com/microsoft/Microsoft-Fabric-workload-development-sample/blob/main/Frontend/src/index.worker.ts#L84 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
q-benwillis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found that the event is handled here: https://github.com/microsoft/Microsoft-Fabric-workload-development-sample/blob/main/Frontend/src/index.worker.ts#L84