add checks for bad speedtest
This commit is contained in:
parent
c37a622c1c
commit
92b049b7a8
@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "speedtest">
|
<!ENTITY name "speedtest">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.01.02">
|
<!ENTITY version "2016.01.12">
|
||||||
<!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,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.01.12
|
||||||
|
- add checks for failed speedtest
|
||||||
###2016.01.02
|
###2016.01.02
|
||||||
- added tablesorter pager plugin
|
- added tablesorter pager plugin
|
||||||
- fix tablesort css padding
|
- fix tablesort css padding
|
||||||
|
@ -11,8 +11,10 @@ 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>2016-01-02</Date>
|
<Date>2016-01-12</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.01.12
|
||||||
|
- add checks for failed speedtest
|
||||||
###2016.01.02
|
###2016.01.02
|
||||||
- added tablesorter pager plugin
|
- added tablesorter pager plugin
|
||||||
- fix tablesort css padding
|
- fix tablesort css padding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user