-
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.
- Loading branch information
1 parent
31567cb
commit f995d1f
Showing
4 changed files
with
59 additions
and
23 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
digital-workplace-webapps/src/main/resources/locale/navigation/portal/mycraft_en.properties
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
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
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,19 +1,20 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2023 Meeds Association | ||
[email protected] | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
* Copyright (C) 2023 eXo Platform SAS. | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
--> | ||
<node-navigation | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
|
@@ -25,28 +26,28 @@ | |
<node> | ||
<name>dashboard</name> | ||
<label>#{portal.mycraft.drives}</label> | ||
<icon>fas fa-briefcase</icon> | ||
<visibility>SYSTEM</visibility> | ||
<icon>fa-briefcase</icon> | ||
<visibility>DISPLAYED</visibility> | ||
<page-reference>portal::global::drives</page-reference> | ||
<node> | ||
<name>tasks</name> | ||
<label>#{portal.mycraft.tasks}</label> | ||
<icon>fas fa-tasks</icon> | ||
<visibility>SYSTEM</visibility> | ||
<icon>fa-tasks</icon> | ||
<visibility>DISPLAYED</visibility> | ||
<page-reference>portal::global::tasks</page-reference> | ||
</node> | ||
<node> | ||
<name>agenda</name> | ||
<label>#{portal.mycraft.agenda}</label> | ||
<icon>fas fa-calendar-alt</icon> | ||
<visibility>SYSTEM</visibility> | ||
<icon>fa-calendar-alt</icon> | ||
<visibility>DISPLAYED</visibility> | ||
<page-reference>portal::global::agenda</page-reference> | ||
</node> | ||
<node> | ||
<name>processes</name> | ||
<label>#{portal.mycraft.processes}</label> | ||
<icon>fas fa-file-invoice</icon> | ||
<visibility>SYSTEM</visibility> | ||
<icon>fa-file-invoice</icon> | ||
<visibility>DISPLAYED</visibility> | ||
<page-reference>portal::global::processes</page-reference> | ||
</node> | ||
</node> | ||
|
17 changes: 17 additions & 0 deletions
17
...orkplace-webapps/src/main/webapp/WEB-INF/conf/digital-workplace/portal/mycraft/portal.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