Commit
@ -39,7 +39,7 @@ class DashboardClients:
|
|||||||
db.Column('ClientID', db.String(255), nullable=False, primary_key=True),
|
db.Column('ClientID', db.String(255), nullable=False, primary_key=True),
|
||||||
db.Column('Firstname', db.String(500)),
|
db.Column('Firstname', db.String(500)),
|
||||||
db.Column('Lastname', db.String(500)),
|
db.Column('Lastname', db.String(500)),
|
||||||
extend_existing=True,
|
extend_existing=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.metadata.create_all(self.engine)
|
self.metadata.create_all(self.engine)
|
||||||
|
1
src/static/client/.gitignore
vendored
@ -9,7 +9,6 @@ lerna-debug.log*
|
|||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
|
||||||
dist-ssr
|
dist-ssr
|
||||||
coverage
|
coverage
|
||||||
*.local
|
*.local
|
||||||
|
BIN
src/static/client/dist/assets/PlusJakartaSans-Italic-VariableFont_wght-BdWtZZ8T.ttf
vendored
Normal file
BIN
src/static/client/dist/assets/PlusJakartaSans-VariableFont_wght-D_DSbd_K.ttf
vendored
Normal file
BIN
src/static/client/dist/assets/bootstrap-icons-BeopsB42.woff
vendored
Normal file
BIN
src/static/client/dist/assets/bootstrap-icons-mSm7cUeB.woff2
vendored
Normal file
41
src/static/client/dist/assets/index-BBGkhmvr.js
vendored
Normal file
9
src/static/client/dist/assets/index-D5ruSxtg.css
vendored
Normal file
14
src/static/client/dist/client.html
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="icon" href="/static/client/dist/img/Logo-2-128x128.png">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Vite App</title>
|
||||||
|
<script type="module" crossorigin src="/static/client/dist/assets/index-BBGkhmvr.js"></script>
|
||||||
|
<link rel="stylesheet" crossorigin href="/static/client/dist/assets/index-D5ruSxtg.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
src/static/client/dist/img/Logo-1-128x128.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/static/client/dist/img/Logo-1-256x256.png
vendored
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
src/static/client/dist/img/Logo-1-384x384.png
vendored
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
src/static/client/dist/img/Logo-1-512x512.png
vendored
Normal file
After Width: | Height: | Size: 134 KiB |
BIN
src/static/client/dist/img/Logo-1-Maskable-512x512.png
vendored
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
src/static/client/dist/img/Logo-1-Rounded-128x128.png
vendored
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
src/static/client/dist/img/Logo-1-Rounded-256x256.png
vendored
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
src/static/client/dist/img/Logo-1-Rounded-384x384.png
vendored
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
src/static/client/dist/img/Logo-1-Rounded-512x512.png
vendored
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
src/static/client/dist/img/Logo-2-128x128.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/static/client/dist/img/Logo-2-256x256.png
vendored
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
src/static/client/dist/img/Logo-2-384x384.png
vendored
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
src/static/client/dist/img/Logo-2-512x512.png
vendored
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
src/static/client/dist/img/Logo-2-Rounded-128x128.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/static/client/dist/img/Logo-2-Rounded-256x256.png
vendored
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
src/static/client/dist/img/Logo-2-Rounded-384x384.png
vendored
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
src/static/client/dist/img/Logo-2-Rounded-512x512.png
vendored
Normal file
After Width: | Height: | Size: 126 KiB |