add to advanced view switch

This commit is contained in:
dmacias72 2016-03-19 09:57:54 -06:00
parent 6d4351c1f2
commit 34eb5b3bf4
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "libvirtwol"> <!ENTITY name "libvirtwol">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2016.03.14"> <!ENTITY version "2016.03.19">
<!ENTITY launch "Settings/VMSettings"> <!ENTITY launch "Settings/VMSettings">
<!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">
@ -20,6 +20,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
--> -->
<CHANGES> <CHANGES>
###2016.03.19
- add wake on lan to advanced view
###2016.03.14 ###2016.03.14
- update package locations - update package locations
###2016.03.12 ###2016.03.12

View File

@ -7,12 +7,14 @@
<Category>Tools:System</Category> <Category>Tools:System</Category>
<Name>Virtual Machine Wake On Lan</Name> <Name>Virtual Machine Wake On Lan</Name>
<Description> <Description>
Wake On Lan for Libvirt. Allows you to recieve a wake on lan packet to wake or start up kvm virtual machines. Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to wake or start up kvm virtual machines.
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
<Date>2016-03-14</Date> <Date>2016-03-19</Date>
<Changes> <Changes>
###2016.03.19
- add wake on lan to advanced view
###2016.03.14 ###2016.03.14
- update package locations - update package locations
###2016.03.12 ###2016.03.12