Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,9 @@ OC.L10N.register(
"Flow": "Flow",
"Where the automation lives": "Waar de automatisering zit",
"Flows are what happens without anyone clicking: a reminder before a deadline passes, a confirmation sent on submission. This is where you read and edit them. Nothing to build now.": "Flows zijn wat er gebeurt zonder dat iemand klikt: een herinnering voordat een termijn verstrijkt, een bevestiging bij indiening. Hier lees en bewerk je ze. Je hoeft nu niets te bouwen.",
"Open Flows in the menu": "Open Flows in het menu"
"Open Flows in the menu": "Open Flows in het menu",
"Modules": "Modules",
"Object statistics": "Object statistieken"
},
"nplurals=2; plural=(n != 1);"
)
4 changes: 3 additions & 1 deletion l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@
"Flow": "Flow",
"Where the automation lives": "Waar de automatisering zit",
"Flows are what happens without anyone clicking: a reminder before a deadline passes, a confirmation sent on submission. This is where you read and edit them. Nothing to build now.": "Flows zijn wat er gebeurt zonder dat iemand klikt: een herinnering voordat een termijn verstrijkt, een bevestiging bij indiening. Hier lees en bewerk je ze. Je hoeft nu niets te bouwen.",
"Open Flows in the menu": "Open Flows in het menu"
"Open Flows in the menu": "Open Flows in het menu",
"Modules": "Modules",
"Object statistics": "Object statistieken"
}
}
8 changes: 4 additions & 4 deletions lib/Settings/softwarecatalogus_register.json
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@
"description": "Schema voor kwetsbaarheden. Dit schema is onderdeel van het vastgestelde datamodel maar wordt niet daadwerkelijk in de applicatie gebruikt.",
"version": "1.0.20",
"omschrijving": "",
"icon": "ShieldAlert",
"icon": "ShieldAlertOutline",
"required": [
"name",
"shortDescription",
Expand Down Expand Up @@ -3261,7 +3261,7 @@
"description": "Een formele overeenkomst voor het inzetten van een Dienst op een Gebruik. Beschrijft de inkooprelatie achter een Gebruik (welke organisatie welke module onder welke voorwaarden gebruikt): looptijd, kosten, contracttype en status.",
"version": "0.1.1",
"omschrijving": "",
"icon": "FileDocumentEdit",
"icon": "FileSign",
"required": [
"service",
"usage",
Expand Down Expand Up @@ -3552,7 +3552,7 @@
"description": "Schema voor koppelingen tussen applicaties en systemen. ApplicatieB is voor koppelingen met andere applicaties. BuitengemeentelijkVoorziening is voor koppelingen met externe voorzieningen.",
"version": "0.3.1",
"omschrijving": "",
"icon": "Link",
"icon": "TransitConnectionVariant",
"required": [
"name"
],
Expand Down Expand Up @@ -5264,7 +5264,7 @@
"description": "AMEF View - Architectuur views en diagrammen uit het ArchiMate model",
"version": "0.0.7",
"omschrijving": "",
"icon": "Eye",
"icon": "EyeOutline",
"required": [
"identifier",
"type",
Expand Down
8 changes: 4 additions & 4 deletions lib/Settings/stackiq_mock_register.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"description": "Schema voor koppelingen tussen applicaties en systemen. ApplicatieB is voor koppelingen met andere applicaties. BuitengemeentelijkVoorziening is voor koppelingen met externe voorzieningen.",
"version": "0.3.1",
"omschrijving": "",
"icon": "Link",
"icon": "TransitConnectionVariant",
"required": [
"name"
],
Expand Down Expand Up @@ -1389,7 +1389,7 @@
"description": "Een formele overeenkomst voor het inzetten van een Dienst op een Gebruik. Beschrijft de inkooprelatie achter een Gebruik (welke organisatie welke module onder welke voorwaarden gebruikt): looptijd, kosten, contracttype en status.",
"version": "0.1.1",
"omschrijving": "",
"icon": "FileDocumentEdit",
"icon": "FileSign",
"archive": [],
"source": "internal",
"hardValidation": false,
Expand Down Expand Up @@ -6735,7 +6735,7 @@
"description": "AMEF View - Architectuur views en diagrammen uit het ArchiMate model",
"version": "0.0.7",
"omschrijving": "",
"icon": "Eye",
"icon": "EyeOutline",
"required": [
"identifier",
"type",
Expand Down Expand Up @@ -7153,7 +7153,7 @@
"description": "Schema voor kwetsbaarheden. Dit schema is onderdeel van het vastgestelde datamodel maar wordt niet daadwerkelijk in de applicatie gebruikt.",
"version": "1.0.20",
"omschrijving": "",
"icon": "ShieldAlert",
"icon": "ShieldAlertOutline",
"required": [
"name",
"shortDescription",
Expand Down
7 changes: 3 additions & 4 deletions src/components/CatalogPanels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<h3 class="infoBoxTitle">Beheer van Organisaties</h3>
<p class="infoBoxText">
Organisaties kunnen worden geaccepteerd en beheerd via de
organisaties pagina. Het aanmaken en bewerken van gebruikers
gaat ook via de organisatie pagina, omdat deze onderdeel zijn
van organisaties.
organisaties pagina. Het aanmaken en bewerken van gebruikers gaat
ook via de organisatie pagina, omdat deze onderdeel zijn van
organisaties.
</p>
<div class="infoBoxActions">
<NcButton variant="primary" @click="navigateToOrganizations">
Expand Down Expand Up @@ -171,7 +171,6 @@ export default {
},

computed: {

/**
* Get object statistics for the table display
*
Expand Down
8 changes: 8 additions & 0 deletions src/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import CurrencyEur from 'vue-material-design-icons/CurrencyEur.vue'
import Database from 'vue-material-design-icons/Database.vue'
import Domain from 'vue-material-design-icons/Domain.vue'
import Eye from 'vue-material-design-icons/Eye.vue'
import EyeOutline from 'vue-material-design-icons/EyeOutline.vue'
import FileDocument from 'vue-material-design-icons/FileDocument.vue'
import FileDocumentEdit from 'vue-material-design-icons/FileDocumentEdit.vue'
import FileSign from 'vue-material-design-icons/FileSign.vue'
import FolderOutline from 'vue-material-design-icons/FolderOutline.vue'
Expand Down Expand Up @@ -60,9 +62,11 @@ import ShieldOutline from 'vue-material-design-icons/ShieldOutline.vue'
import Sitemap from 'vue-material-design-icons/Sitemap.vue'
import SourceBranch from 'vue-material-design-icons/SourceBranch.vue'
import Star from 'vue-material-design-icons/Star.vue'
import TransitConnectionVariant from 'vue-material-design-icons/TransitConnectionVariant.vue'
import ViewDashboardOutline from 'vue-material-design-icons/ViewDashboardOutline.vue'
import ViewGridOutline from 'vue-material-design-icons/ViewGridOutline.vue'
import ViewModule from 'vue-material-design-icons/ViewModule.vue'
import Web from 'vue-material-design-icons/Web.vue'

export default {
AccountBoxOutline,
Expand All @@ -86,6 +90,8 @@ export default {
Database,
Domain,
Eye,
EyeOutline,
FileDocument,
FileDocumentEdit,
FileSign,
FolderOutline,
Expand Down Expand Up @@ -113,7 +119,9 @@ export default {
Sitemap,
SourceBranch,
Star,
TransitConnectionVariant,
ViewDashboardOutline,
ViewGridOutline,
ViewModule,
Web,
}
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@
{
"id": "kpi-services",
"type": "stat",
"title": "Diensten",
"title": "Services",
"content": {
"label": "Diensten",
"label": "Services",
"icon": "Web",
"route": {
"name": "Diensten"
Expand Down Expand Up @@ -288,7 +288,7 @@
{
"id": "catalog-panels",
"type": "catalog-panels",
"title": "Object statistieken",
"title": "Object statistics",
"_note": "The management info-box and the two per-object-type statistics tables, moved out of the former hand-written Dashboard view into src/components/CatalogPanels.vue. Registered as a widget TYPE via registerDashboardWidget() in main.js: CnDashboardPage resolves a widget's type against the LIBRARY catalog, not the app registry, and an unregistered type renders 'Widget not available' silently."
}
],
Expand Down
Loading