update
This commit is contained in:
parent
c289da92c9
commit
90e65bc38c
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "speedtest">
|
<!ENTITY name "speedtest">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.05.20">
|
<!ENTITY version "2016.05.21">
|
||||||
<!ENTITY launch "Settings/SpeedtestSettings">
|
<!ENTITY launch "Settings/SpeedtestSettings">
|
||||||
<!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,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.05.21
|
||||||
|
- fix: fix scheduler tab count if no mover settings
|
||||||
|
- fix: blank image not showing with empty table
|
||||||
###2016.05.20
|
###2016.05.20
|
||||||
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
|
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
|
||||||
- fix: change chart sort order
|
- fix: change chart sort order
|
||||||
|
|
|
@ -4,15 +4,18 @@
|
||||||
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.plg</PluginURL>
|
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.plg</PluginURL>
|
||||||
<PluginAuthor>dmacias72</PluginAuthor>
|
<PluginAuthor>dmacias72</PluginAuthor>
|
||||||
<Beta>False</Beta>
|
<Beta>False</Beta>
|
||||||
<Category>Tools:System</Category>
|
<Category>Network:Other Tools:System</Category>
|
||||||
<Name>Speedtest</Name>
|
<Name>Speedtest</Name>
|
||||||
<Description>
|
<Description>
|
||||||
This plugin interacts with the command line interface for testing internet bandwidth using speedtest.net
|
This plugin interacts with the command line interface for testing internet bandwidth using speedtest.net
|
||||||
</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-05-20</Date>
|
<Date>2016-05-21</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.05.21
|
||||||
|
- fix: fix scheduler tab count if no mover settings
|
||||||
|
- fix: blank image not showing with empty table
|
||||||
###2016.05.20
|
###2016.05.20
|
||||||
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
|
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
|
||||||
- fix: change chart sort order
|
- fix: change chart sort order
|
||||||
|
|
Loading…
Reference in New Issue
Block a user