WebUI: unify comment format

This commit is contained in:
Chocobo1 2024-06-09 18:43:47 +08:00
parent bf4e0df386
commit 648dd9988d
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
7 changed files with 29 additions and 28 deletions

View file

@ -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: