update
This commit is contained in:
parent
4735e5e6dc
commit
ee75b0814a
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2015.12.29">
|
||||
<!ENTITY version "2016.01.02">
|
||||
<!ENTITY launch "Tools/Speedtest">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -21,6 +21,12 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
-->
|
||||
|
||||
<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
|
||||
- update tablesorter to v2.25.0 combined
|
||||
- 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>
|
||||
</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.
|
||||
-->
|
||||
|
|
|
@ -11,8 +11,14 @@ This plugin interacts with the command line interface for testing internet bandw
|
|||
</Description>
|
||||
<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>
|
||||
<Date>2015-12-29</Date>
|
||||
<Date>2016-01-02</Date>
|
||||
<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
|
||||
- update tablesorter to v2.25.0 combined
|
||||
- add tablesorter filters to table
|
||||
|
|
Loading…
Reference in New Issue
Block a user