mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Merge pull request #284 from Supremicus/feature/ChangeErrorlogIcon
Correct log and error log icons
This commit is contained in:
commit
cb8f6aa1af
2 changed files with 3 additions and 2 deletions
|
@ -61,6 +61,7 @@
|
||||||
* Change IMDb option to enable by default now the slow operation has been eliminated from process flows
|
* Change IMDb option to enable by default now the slow operation has been eliminated from process flows
|
||||||
* Add IMDb update capability back to the "Force Full Update" button on the displayShow page
|
* Add IMDb update capability back to the "Force Full Update" button on the displayShow page
|
||||||
* Fix to correctly use wanted_begin and wanted_latest when adding shows
|
* Fix to correctly use wanted_begin and wanted_latest when adding shows
|
||||||
|
* Change Log/Error Log Menu icons to correct ones
|
||||||
|
|
||||||
### 0.7.2 (2015-03-10 17:05:00 UTC)
|
### 0.7.2 (2015-03-10 17:05:00 UTC)
|
||||||
|
|
||||||
|
|
|
@ -193,8 +193,8 @@
|
||||||
<li id="NAVerrorlogs" class="dropdown">
|
<li id="NAVerrorlogs" class="dropdown">
|
||||||
<a href="$sbRoot/errorlogs/" class="dropdown-toggle" data-toggle="dropdown" data-delay="0" tabindex="$tab#set $tab += 1#">$logPageTitle <b class="caret"></b></a>
|
<a href="$sbRoot/errorlogs/" class="dropdown-toggle" data-toggle="dropdown" data-delay="0" tabindex="$tab#set $tab += 1#">$logPageTitle <b class="caret"></b></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="$sbRoot/errorlogs/" tabindex="$tab#set $tab += 1#"><i class="sgicon-log"></i> View Log (Errors)</a></li>
|
<li><a href="$sbRoot/errorlogs/" tabindex="$tab#set $tab += 1#"><i class="sgicon-errorlog"></i> View Log (Errors)</a></li>
|
||||||
<li><a href="$sbRoot/errorlogs/viewlog/" tabindex="$tab#set $tab += 1#"><i class="sgicon-errorlog"></i> View Log</a></li>
|
<li><a href="$sbRoot/errorlogs/viewlog/" tabindex="$tab#set $tab += 1#"><i class="sgicon-log"></i> View Log</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue