update date funciton
This commit is contained in:
parent
4b41ec2c14
commit
853a819bd2
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "ipmi">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.03.25">
|
||||
<!ENTITY version "2016.03.26">
|
||||
<!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.03.26
|
||||
- fix: change date format function
|
||||
###2016.03.25
|
||||
- fix: archived events page update on event delete
|
||||
- fix: archived events with same timestamp
|
||||
|
|
|
@ -11,8 +11,10 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||
<Date>2016-03-25</Date>
|
||||
<Date>2016-03-26</Date>
|
||||
<Changes>
|
||||
###2016.03.26
|
||||
- fix: change date format function
|
||||
###2016.03.25
|
||||
- fix: archived events page update on event delete
|
||||
- fix: archived events with same timestamp
|
||||
|
|
Loading…
Reference in New Issue
Block a user