mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-02-28 15:43:24 +08:00
Change log icons
This commit is contained in:
parent
0dde93acb6
commit
94c0c838c2
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@
|
|||
if ($file->is_log_enabled()) {
|
||||
$filesCount = $file->countLogs();
|
||||
if ($filesCount < 1) {
|
||||
echo ' <li><a href="./logs.php"><span class="glyphicon glyphicon-notes"></span> Logs</a></li>';
|
||||
echo ' <li><a href="./logs.php"><span class="glyphicon glyphicon-book"></span> Logs</a></li>';
|
||||
} else {
|
||||
echo ' <li><a href="./logs.php"><span class="glyphicon glyphicon-notes"></span> <b>Logs</b> ('.($filesCount).')</a></li>';
|
||||
echo ' <li><a href="./logs.php"><span class="glyphicon glyphicon-book"></span> <b>Logs</b> ('.($filesCount).')</a></li>';
|
||||
}
|
||||
unset($filesCount);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue