()
| 80 | |
| 81 | class PysssssWorkflows { |
| 82 | async load() { |
| 83 | this.workflows = await getWorkflows(); |
| 84 | if(this.workflows.length) { |
| 85 | this.workflows.sort(); |
| 86 | } |
| 87 | this.loadMenu.style.display = this.workflows.length ? "flex" : "none"; |
| 88 | } |
| 89 | |
| 90 | getMenuOptions(callback) { |
| 91 | const menu = []; |
no test coverage detected