Skip to content

Commit ff16376

Browse files
author
rubenvdlinde
committed
Merge pull request 'feat(nav): Reports & Compliance hub' (#63) from feat/reports-compliance-hub into development
2 parents 31b1b57 + 56ef215 commit ff16376

5 files changed

Lines changed: 15 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ Thumbs.db
5252
.last-update
5353
/coverage-vitest/
5454
/coverage/
55+
.hydra/

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Vrij en open source onder de EUPL-licentie.
4242
4343
**Ondersteuning:** Voor ondersteuning, neem contact op via support@conduction.nl. Voor een Service Level Agreement (SLA), neem contact op via sales@conduction.nl.
4444
]]></description>
45-
<version>0.2.10</version>
45+
<version>0.2.11</version>
4646
<licence>agpl</licence>
4747
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
4848
<namespace>SoftwareCatalog</namespace>

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"scripts": {
1111
"test:l10n": "node tests/l10n/check-l10n.js",
1212
"test:l10n:write": "node tests/l10n/check-l10n.js --write",
13+
"prebuild": "vue-demi-switch 2.7",
14+
"predev": "vue-demi-switch 2.7",
15+
"prewatch": "vue-demi-switch 2.7",
1316
"build": "NODE_ENV=production webpack --config webpack.config.js --progress",
1417
"dev": "NODE_ENV=development webpack --config webpack.config.js --progress",
1518
"watch": "NODE_ENV=development webpack --config webpack.config.js --progress --watch",

src/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"route": "ComplianceMatrix",
4848
"order": 75
4949
},
50+
{
51+
"id": "ReportsCompliance",
52+
"label": "Reports & Compliance",
53+
"icon": "icon-category-monitoring",
54+
"order": 78
55+
},
5056
{
5157
"id": "Moduleversies",
5258
"label": "Module versions",

src/menu-layout.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"_meta": {
33
"description": "settings-foldout layout"
44
},
5-
"relocations": {},
5+
"relocations": {
6+
"Komplianties": "ReportsCompliance",
7+
"ComplianceMatrix": "ReportsCompliance"
8+
},
69
"removals": [],
710
"settingsSection": [
811
"SettingsMenu"

0 commit comments

Comments
 (0)