Skip to content

Commit

Permalink
Upcase first chars of Menu.xml (opnsense#398)
Browse files Browse the repository at this point in the history
* Upcase first chars of Menu.xml

* Update Menu.xml
  • Loading branch information
fabianfrz authored Nov 28, 2017
1 parent 3270f88 commit 3256a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<menu>
<Services>
<redis VisibleName="Redis Database" cssClass="fa fa-database fa-fw" url="/ui/redis/" />
<Redis VisibleName="Redis Database" cssClass="fa fa-database fa-fw" url="/ui/redis/" />
</Services>
</menu>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<menu>
<Services>
<antispam VisibleName="Rspamd" cssClass="fa fa-envelope fa-fw" url="/ui/rspamd/" />
<Rspamd cssClass="fa fa-envelope fa-fw" url="/ui/rspamd/" />
</Services>
</menu>

0 comments on commit 3256a21

Please sign in to comment.