renzepost commented on code in PR #32465:
URL: https://github.com/apache/airflow/pull/32465#discussion_r1257529018
##########
airflow/www/static/js/task.js:
##########
@@ -25,12 +25,17 @@ import validator from "validator";
document.addEventListener("DOMContentLoaded", () => {
document.querySelectorAll(".js-ti-attr").forEach((attr) => {
const value = attr.innerHTML;
+ const attrName = attr.previousElementSibling.textContent.trim();
Review Comment:
Let me know if this is alright or if there's a better solution than this. I
focused on solving the issue as described in #28482, and probably overlooked a
lot of things.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]