(app, manager_dialog)
| 32 | static instance = null; |
| 33 | |
| 34 | constructor(app, manager_dialog) { |
| 35 | this.app = app; |
| 36 | this.manager_dialog = manager_dialog; |
| 37 | this.id = "cmm-manager"; |
| 38 | |
| 39 | this.filter = ''; |
| 40 | this.type = ''; |
| 41 | this.base = ''; |
| 42 | this.keywords = ''; |
| 43 | |
| 44 | this.init(); |
| 45 | |
| 46 | api.addEventListener("cm-queue-status", this.onQueueStatus); |
| 47 | } |
| 48 | |
| 49 | init() { |
| 50 | const header = $el("div.cmm-manager-header", {}, [ |