For some reason, the settings has 5 rows and 1 column, while the details are 4x2 , i.e. 4 rows ans 2 columns. Thats what causing the problem. You can save the dashboard settings in a file, then edit it to fix it, and then update it using the API back. here is how
1) To save the current dashboard settings in a file do this:
2) then edit the dashboard.json file and change the rows number to 1 (just to be safe, once the UI is working you can set this again ), and save the dashboard.json fileCode:curl -u reef-pi:reef-pi http://localhost/api/dashboard > dashboard.json
3) Update the dashboard settings using API
Code:curl -X POST -d @dashboard.json -u reef-pi:reef-pi http://localhost/api/dashboard
Aaaaah! Ranjib! You, Sir, are an absolute star! Worked perfectly. Up and running perfectly again.
Thanks a lot. Really appreciate the help.
Des
