fix array key exists error on fan page
This commit is contained in:
parent
82fb81eec6
commit
090bd304f8
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "ipmi">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.10.06">
|
||||
<!ENTITY version "2016.10.06a">
|
||||
<!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.06a
|
||||
- fix: array_key_error on fans page
|
||||
###2016.10.06
|
||||
- add: update to freeipmi-1.5.3
|
||||
- add: automatic system specific configuration of ipmi fans for ASRock boards
|
||||
|
|
|
@ -13,6 +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-06</Date>
|
||||
<Changes>
|
||||
###2016.10.06a
|
||||
- fix: array_key_error on fans page
|
||||
###2016.10.06
|
||||
- add: update to freeipmi-1.5.3
|
||||
- add: automatic system specific configuration of ipmi fans for ASRock boards
|
||||
|
|
Loading…
Reference in New Issue
Block a user