RED-150: Add table to view load on individual nodes on large-networks page#4
RED-150: Add table to view load on individual nodes on large-networks page#4chrypnotoad merged 4 commits intodevfrom
Conversation
RED-150 Monitor display table of queue data.
ISSUE SUMMARY: View in monitor (large network page) where we have a 2d table of all nodes (refreshed per X seconds) where it displays # of txn in queue, length of txns, etc. So we can see which nodes are being backed up and by what. ISSUE REPRO STEPS: <HINT: Add steps to list as-needed. If interaction is complex, add screenshots or a Slack screen-capture video (just drag and drop)>
EXPECTED RESULT: <<TODO: Replace this with your expected results.>> PULL REQUESTS: <HINT: If your fix requires changes in multiple repos, add the following info per-repository.> <<TODO: Enter Repository Name>> Pull Request Link: <<TODO: Insert PR-LINK>> GPT Review Link: <<TODO: Insert GPT-Review-Link>> Jenkins Test Link: <<TODO: Insert Jenkins Test Job Link>> ADDITIONAL INSTRUCTIONS: <HINT: Add any additional instructions needed for the assignee. If you have specific requirements for how the task should be implemented or fixed, enter them or link them here.> <<TODO: Insert additional instructions for assignee.>> |
| <script src="axios.min.js"></script> | ||
| <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> | ||
| <script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js" type="text/javascript"></script> | ||
| <script src="vis-network-animated.js" type="text/javascript"></script> |
There was a problem hiding this comment.
Why did this need to be changed to use the cdn?
No description provided.