"extra-files": ["sonar-project.properties"]
},
"ui/web": {
- "component": "webui",
+ "component": "web",
"extra-files": ["sonar-project.properties"]
},
"tests/ocpp-server": {
{
"type": "linked-versions",
"groupName": "simulator-ui-ocpp-server",
- "components": ["simulator", "ui-common", "cli", "webui", "ocpp-server"]
+ "components": ["simulator", "ui-common", "cli", "web", "ocpp-server"]
}
],
"changelog-sections": [
Vue.js dashboard for monitoring and controlling the e-mobility charging stations simulator via WebSocket.
-
+
1. The top bar lets you switch between UI servers, start/stop the simulator, add charging stations, and select themes and skins.
2. Each charging station is a card with status indicators, connector details, and actions: start, stop, open/close connection, start/stop transaction, and more.
&& corepack enable \
&& pnpm install --ignore-scripts --frozen-lockfile \
&& cp ui/web/docker/config.json ui/web/public/config.json \
- && pnpm --filter webui build
+ && pnpm --filter web build
FROM node:lts-alpine
{
"$schema": "https://json.schemastore.org/package",
- "name": "webui",
+ "name": "web",
"version": "4.6.0",
"readme": "README.md",
"engines": {
-sonar.projectKey=e-mobility-charging-stations-simulator-webui
+sonar.projectKey=e-mobility-charging-stations-simulator-web
sonar.organization=sap-1
-
-# This is the name and version displayed in the SonarCloud UI.
-sonar.projectName=e-mobility-charging-stations-simulator-webui
+sonar.projectName=e-mobility-charging-stations-simulator-web
# x-release-please-start-version
sonar.projectVersion=4.6.0
# x-release-please-end
-
-# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
sonar.tests=tests