mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Fix #4: Per-cluster metric selection lists
This commit is contained in:
parent
9535c11dc4
commit
8facef21a9
@ -174,9 +174,10 @@ func UpdateConfig(key, value string, ctx context.Context) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, ok := uiDefaults[key]; !ok {
|
// Disabled because now `plot_list_selectedMetrics:<cluster>` is possible.
|
||||||
return errors.New("this configuration key does not exist")
|
// if _, ok := uiDefaults[key]; !ok {
|
||||||
}
|
// return errors.New("this configuration key does not exist")
|
||||||
|
// }
|
||||||
|
|
||||||
if _, err := db.Exec(`REPLACE INTO configuration (username, confkey, value) VALUES (?, ?, ?)`,
|
if _, err := db.Exec(`REPLACE INTO configuration (username, confkey, value) VALUES (?, ?, ?)`,
|
||||||
user.Username, key, value); err != nil {
|
user.Username, key, value); err != nil {
|
||||||
|
2
frontend
2
frontend
@ -1 +1 @@
|
|||||||
Subproject commit fdf89ac36ff7eb12fabd483ad6e50d55cc118b8b
|
Subproject commit 415335f616f36e5c0785aee1a63eacb1803a57c9
|
Loading…
Reference in New Issue
Block a user