This commit is contained in:
Derek Macias 2016-01-02 17:18:09 -07:00
parent 4735e5e6dc
commit ee75b0814a
2 changed files with 29 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.29"> <!ENTITY version "2016.01.02">
<!ENTITY launch "Tools/Speedtest"> <!ENTITY launch "Tools/Speedtest">
<!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">
@ -21,6 +21,12 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
--> -->
<CHANGES> <CHANGES>
###2016.01.02
- added tablesorter pager plugin
- fix tablesort css padding
- click on row to show share image
- save sort and filter settings
- added default cfg
###2015.12.29 ###2015.12.29
- update tablesorter to v2.25.0 combined - update tablesorter to v2.25.0 combined
- add tablesorter filters to table - add tablesorter filters to table
@ -75,6 +81,21 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<MD5>1e0a8d9e281cd075c175eca86aea2130</MD5> <MD5>1e0a8d9e281cd075c175eca86aea2130</MD5>
</FILE> </FILE>
<FILE Name="/boot/config/plugins/speedtest/speedtest.cfg">
<INLINE>
<![CDATA[
SECURE="no"
UNITS="bits"
SHARE="share"
LIST="auto"
SERVER=""
hour="3"
mode="2"
min="0"
]]>
</INLINE>
</FILE>
<!-- <!--
The 'plugin' package file. The 'plugin' package file.
--> -->

View File

@ -11,8 +11,14 @@ This plugin interacts with the command line interface for testing internet bandw
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2015-12-29</Date> <Date>2016-01-02</Date>
<Changes> <Changes>
###2016.01.02
- added tablesorter pager plugin
- fix tablesort css padding
- click on row to show share image
- save sort and filter settings
- added default cfg
###2015.12.29 ###2015.12.29
- update tablesorter to v2.25.0 combined - update tablesorter to v2.25.0 combined
- add tablesorter filters to table - add tablesorter filters to table