Separate per-server controls from torrents
The buttons are still broken, will fix later
This commit is contained in:
12
js/trdom_torrentmanager.js
Normal file
12
js/trdom_torrentmanager.js
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
class trdom_torrentmanager {
|
||||
#element = document.createElement('div');
|
||||
getElement() {
|
||||
return this.#element;
|
||||
}
|
||||
|
||||
constructor() {
|
||||
this.#element.classList.add('trweb_torrentlistview', 'container-fluid');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user