Description
I have an elixir repo sync'd as of today. I am unable to save settings when running serverless. To repro:
- start a single node cluster in serverless mode using cluster_run (--serverless option)
- configure the node using cluster_connect
- go to Cluster > Settings
- Change the Data memory quota from 1024 -> 2048
- click "Save"
Nothing happens.
If I repeat the above except for setting --serverless for cluster_run I am able to save the changes.