diff --git a/package-lock.json b/package-lock.json
index 840dbe9..fbb7f6e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1179,6 +1179,14 @@
"minimist": "^1.2.0"
}
},
+ "@createnl/grouped-checkboxes": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@createnl/grouped-checkboxes/-/grouped-checkboxes-1.1.2.tgz",
+ "integrity": "sha512-F4SoFF7UwktrpVeJPs/cQFP5Nn+1wpUm5v1/vzUcgseDGxvjXjLrs+F99ivH/TA3VDJbeFdBPi7gymmw2cessQ==",
+ "requires": {
+ "lodash.debounce": "^4.0.8"
+ }
+ },
"@csstools/convert-colors": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz",
diff --git a/package.json b/package.json
index 2910036..af5f894 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
+ "@createnl/grouped-checkboxes": "^1.1.2",
"@fortawesome/react-fontawesome": "^0.1.13",
"babel-runtime": "^6.26.0",
"bootstrap": "^4.5.3",
diff --git a/src/common/data-managers/notifications-factory.js b/src/common/data-managers/notifications-factory.js
index ece1e8b..a032db0 100644
--- a/src/common/data-managers/notifications-factory.js
+++ b/src/common/data-managers/notifications-factory.js
@@ -138,6 +138,14 @@ class NotificationsFactory {
};
}
+ static ACTION_INFO() {
+ return {
+ title: 'Action successfully requested',
+ level: 'info'
+ };
+ }
+
+
}
export default NotificationsFactory;
diff --git a/src/common/dialogs/delete-dialog.js b/src/common/dialogs/delete-dialog.js
index 50d85a7..a4499e5 100644
--- a/src/common/dialogs/delete-dialog.js
+++ b/src/common/dialogs/delete-dialog.js
@@ -42,7 +42,9 @@ class DeleteDialog extends React.Component {
- Welcome to {config.instance} hosted by {config.admin.name}!
+ {/*Welcome to {config.instance} hosted by {config.admin.name}!
*/}
+ Welcome to {config.instance}!
You are logged in as user {currentUser.username} with ID {currentUser.id} and role {currentUser.role}.
-
- An interactive documentation of the VILLASweb API is available
VILLASweb is developed by the Institute for Automation of Complex Power Systems at the RWTH Aachen University.
+VILLASweb is an open source project developed by the Institute for Automation of Complex Power Systems at RWTH Aachen University.
+The development of VILLASframework projects have received funding from
+The development of VILLASframework projects has received funding from
SLEW: Second Life for Energiewende, an Exploratory Teaching Space project funded by RWTH Aachen University
+ERIgrid 2.0: An EU Horizon 2020 research and innovation action project for connecting European Smart Grid Infrastructures (grant agreement No 870620)
+
+
+
+
Urban Energy Lab 4.0: A project funded by EFRE.NRW (European Regional Development Fund) for the setup of a novel energy research infrastructure.
+
+
+
+
RESERVE: An EU Horizon 2020 research and innovation project (grant agreement No 727481)
+
+
+
+
JARA-ENERGY: Jülich-Aachen Research Alliance (JARA) is an initiative of RWTH Aachen University and Forschungszentrum Jülich.