Allow WebUI Trackers table to be manipulated

This commit is contained in:
Thomas Piccirello 2018-12-14 00:44:43 -05:00
parent 94998b5da0
commit 5d114614bb
5 changed files with 72 additions and 108 deletions

View file

@ -25,6 +25,7 @@
'use strict';
var torrentsTable = new TorrentsTable();
var torrentTrackersTable = new TorrentTrackersTable();
var torrentPeersTable = new TorrentPeersTable();
var searchResultsTable = new SearchResultsTable();
var searchPluginsTable = new SearchPluginsTable();