mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
frontend: updating navigation bar
This commit is contained in:
parent
29ce850775
commit
5ae6cfb38c
@ -142,7 +142,7 @@ const App = () => {
|
|||||||
<>
|
<>
|
||||||
<Navbar expand={false} bg="primary" variant="dark" fixed="top">
|
<Navbar expand={false} bg="primary" variant="dark" fixed="top">
|
||||||
<Container fluid>
|
<Container fluid>
|
||||||
<Navbar.Brand href="#home">My App</Navbar.Brand>
|
<Navbar.Brand>Data Service App</Navbar.Brand>
|
||||||
<Navbar.Toggle aria-controls="offcanvasNavbar" onClick={handleShowSettings} />
|
<Navbar.Toggle aria-controls="offcanvasNavbar" onClick={handleShowSettings} />
|
||||||
</Container>
|
</Container>
|
||||||
</Navbar>
|
</Navbar>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.css": "/static/css/main.e914def1.css",
|
"main.css": "/static/css/main.e914def1.css",
|
||||||
"main.js": "/static/js/main.d2fd5251.js",
|
"main.js": "/static/js/main.e2e0686c.js",
|
||||||
"index.html": "/index.html",
|
"index.html": "/index.html",
|
||||||
"main.e914def1.css.map": "/static/css/main.e914def1.css.map",
|
"main.e914def1.css.map": "/static/css/main.e914def1.css.map",
|
||||||
"main.d2fd5251.js.map": "/static/js/main.d2fd5251.js.map"
|
"main.e2e0686c.js.map": "/static/js/main.e2e0686c.js.map"
|
||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"static/css/main.e914def1.css",
|
"static/css/main.e914def1.css",
|
||||||
"static/js/main.d2fd5251.js"
|
"static/js/main.e2e0686c.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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 pyDataService UI."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>pyDataService App</title><script defer="defer" src="/static/js/main.d2fd5251.js"></script><link href="/static/css/main.e914def1.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 pyDataService UI."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>pyDataService App</title><script defer="defer" src="/static/js/main.e2e0686c.js"></script><link href="/static/css/main.e914def1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user