frontend: updating notification message

This commit is contained in:
Mose Müller 2023-08-07 16:17:33 +02:00
parent 6e8fa23a44
commit 3972b52f32
6 changed files with 9 additions and 9 deletions

View File

@ -161,7 +161,7 @@ const App = () => {
const newNotification = { const newNotification = {
id: Math.random(), id: Math.random(),
time: timeString, time: timeString,
text: `Attribute ${parent_path}.${name} updated to ${notificationMsg}.` text: `${parent_path}.${name} changed to ${notificationMsg}.`
}; };
// Adding the new notification to the list // Adding the new notification to the list

View File

@ -1,13 +1,13 @@
{ {
"files": { "files": {
"main.css": "/static/css/main.d5ec2545.css", "main.css": "/static/css/main.d5ec2545.css",
"main.js": "/static/js/main.0eb7a5df.js", "main.js": "/static/js/main.9f46ca29.js",
"index.html": "/index.html", "index.html": "/index.html",
"main.d5ec2545.css.map": "/static/css/main.d5ec2545.css.map", "main.d5ec2545.css.map": "/static/css/main.d5ec2545.css.map",
"main.0eb7a5df.js.map": "/static/js/main.0eb7a5df.js.map" "main.9f46ca29.js.map": "/static/js/main.9f46ca29.js.map"
}, },
"entrypoints": [ "entrypoints": [
"static/css/main.d5ec2545.css", "static/css/main.d5ec2545.css",
"static/js/main.0eb7a5df.js" "static/js/main.9f46ca29.js"
] ]
} }

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site displaying a pydase UI."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>pydase App</title><script defer="defer" src="/static/js/main.0eb7a5df.js"></script><link href="/static/css/main.d5ec2545.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site displaying a pydase UI."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>pydase App</title><script defer="defer" src="/static/js/main.9f46ca29.js"></script><link href="/static/css/main.d5ec2545.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>