add tablesorter and default cfg
This commit is contained in:
parent
1db78038d7
commit
98602455c5
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "ipmitool-plugin">
|
<!ENTITY name "ipmitool-plugin">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2015.12.30">
|
<!ENTITY version "2016.01.17">
|
||||||
<!ENTITY launch "Tools/IPMItool">
|
<!ENTITY launch "Tools/IPMItool">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
|
@ -18,6 +18,11 @@
|
||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.01.17
|
||||||
|
- add tablesorter as a separate package
|
||||||
|
- fix values outside of critical showing green
|
||||||
|
- add icons instead of switches
|
||||||
|
- minor code changes
|
||||||
###2015.12.30
|
###2015.12.30
|
||||||
- remove old plugin directory on install
|
- remove old plugin directory on install
|
||||||
###2015.12.20
|
###2015.12.20
|
||||||
|
@ -51,6 +56,14 @@
|
||||||
- initial unRAID 6 release.
|
- initial unRAID 6 release.
|
||||||
</CHANGES>
|
</CHANGES>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The 'tablesorter' package file.
|
||||||
|
-->
|
||||||
|
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.01.16-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||||
|
<URL>&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz</URL>
|
||||||
|
<MD5>139bbc7f9788339193ab9bd994365b4a</MD5>
|
||||||
|
</FILE>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This plugin uses ipmitool to display sensor readings
|
This plugin uses ipmitool to display sensor readings
|
||||||
-->
|
-->
|
||||||
|
@ -60,6 +73,19 @@ This plugin uses ipmitool to display sensor readings
|
||||||
<MD5>&md5;</MD5>
|
<MD5>&md5;</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
|
|
||||||
|
<FILE Name="&plgpath;/&name;.cfg">
|
||||||
|
<INLINE>
|
||||||
|
<![CDATA[
|
||||||
|
SERVICE="disable"
|
||||||
|
REMOTE="disable"
|
||||||
|
IPADDR=""
|
||||||
|
USER=""
|
||||||
|
PASSWORD="="
|
||||||
|
]]>
|
||||||
|
</INLINE>
|
||||||
|
</FILE>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The 'plugin' package file.
|
The 'plugin' package file.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user