mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Globally storing some data, other minor fixes
This commit is contained in:
parent
820adec2d0
commit
0876761a0f
7 changed files with 111 additions and 61 deletions
|
@ -22,7 +22,7 @@ function mergeData(data) {
|
|||
...db.data.map((subj) => {
|
||||
return {
|
||||
...subj,
|
||||
Name: `${subj.Name} (${db.dbName})`,
|
||||
Name: `${subj.Name} [ DB: ${db.dbName} ]`,
|
||||
}
|
||||
}),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue