forked from opnsense/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upcase first chars of Menu.xml (opnsense#398)
* Upcase first chars of Menu.xml * Update Menu.xml
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
databases/redis/src/opnsense/mvc/app/models/OPNsense/Redis/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
2 changes: 1 addition & 1 deletion
2
mail/rspamd/src/opnsense/mvc/app/models/OPNsense/Rspamd/Menu/Menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |