mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
WebUI: unify comment format
This commit is contained in:
parent
bf4e0df386
commit
648dd9988d
7 changed files with 29 additions and 28 deletions
|
@ -3126,7 +3126,7 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
};
|
||||
|
||||
this.columns["type"].updateTd = function(td, row) {
|
||||
//Type of the message: Log::NORMAL: 1, Log::INFO: 2, Log::WARNING: 4, Log::CRITICAL: 8
|
||||
// Type of the message: Log::NORMAL: 1, Log::INFO: 2, Log::WARNING: 4, Log::CRITICAL: 8
|
||||
let logLevel, addClass;
|
||||
switch (this.getRowValue(row).toInt()) {
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue