mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
devel/helloworld: small updates
This commit is contained in:
parent
eb500ece54
commit
1dd0a6d0c6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= helloworld
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_COMMENT= A sample framework application
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<menu>
|
||||
<Lobby>
|
||||
<HelloWorld VisibleName="Hello World!" url="/ui/helloworld/"/>
|
||||
<HelloWorld VisibleName="Hello World!" cssClass="fa fa-comment-o fa-fw" url="/ui/helloworld/"/>
|
||||
</Lobby>
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Reference in a new issue