Add job-archive-demo.tar to .gitignore and ignore .idea directory in migrations/mysql***

***Update config-demo.json with new database connection details***
***Add console.log statement in Systems.root.svelte***
***Add "Partitions" menu item in Header.svelte***
***Add partitions related files and routes***
***Add partitions.entrypoint.js***
***Update Makefile to use pnpm instead of npm***
***Comment out wget commands in startDemo.sh***
***Update rollup.config.mjs to include partitions.entrypoint.js***
***Add PartitionSetting.svelte and Dashboard.svelte
This commit is contained in:
sanjay7178
2024-02-15 17:05:01 +05:30
parent f534ad66e1
commit f58a0217f8
15 changed files with 990 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
{
"addr": "127.0.0.1:8080",
"db-driver": "mysql",
"db" : "root:my-secret-pw@(127.0.0.1:3306)/cockpit",
"archive": {
"kind": "file",
"path": "./var/job-archive"