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

Add script to sort the utilization table. #95

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

moritzbuhl
Copy link
Contributor

This is still a work in progress:

  • the js is only tested with Firefox
  • there are some XXX in the js
  • the perl code is untested

const thead_tr = utilization.children[0].children[0].children;
const descs = utilization.children[1].getElementsByClassName('desc');

thead_tr[1].innerHTML = "IP";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These names are still wrong.

@bluhm bluhm merged commit 9247d06 into bluhm:master Feb 13, 2024
1 check passed
@moritzbuhl moritzbuhl deleted the tabbles-js branch July 3, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants