You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the "issue", which is that the name and plotgroup fields were mixed up in the php code and templates.
I renamed name to "dashboard" in the php data model (might change it in the table ddl later on as well), and use "plotgroup" to name the graph in index.html. On systems with only "default' dasboard there is no change, but on systems with more than one "dashboard", this is directly visible.
At the moment, we also have more than one group of graphs, where the concept of what to show when is not very thought through. The idea was to be able to define multiple dashboards, and have multiple groups of plots. At the moment, we display all plots in the table "plotconfig" on the main page index.html, whereas we probably should only display the "default" plots. Other names in the "name" column of the plotconfig table should only be displayed when explicitly requested.
The way that the table plotconfig is used at the moment, is not very intuitive.
Currently, all entries in the table are shown in index.html, for example when set up like this:
The next steps:
The text was updated successfully, but these errors were encountered: