fix fan log percentage padding

This commit is contained in:
dmacias72 2016-10-07 18:28:48 -06:00
parent 401a9b9e19
commit d3a0689c23
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ipmi">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.10.07">
<!ENTITY version "2016.10.07a">
<!ENTITY launch "Settings/IPMI">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.10.07a
- fix: add padding to single digit percentage for fan log
###2016.10.07
- fix: fan page showing config missing for fan when it's not
###2016.10.06a

View File

@ -13,7 +13,8 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
<Date>2016-10-07</Date>
<Changes>
###2016.10.07
###2016.10.07a
- fix: add padding to single digit percentage for ###2016.10.07
- fix: fan page showing config missing for fan ###2016.10.06a
- fix: array_key_error on fans page
###2016.10.06