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
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Is it possible to have an in addition an another layout in gdash dashboard?
For example, in the graph templates, if we have this kind of tree, i have my graph normally :
Hello,
Is it possible to have an in addition an another layout in gdash dashboard?
For example, in the graph templates, if we have this kind of tree, i have my graph normally :
├── dashboards
│ ├── Projet_1
│ │ ├── server_1
│ │ │ ├── dash.yaml
│ │ │ ├── load.graph
│ │ │ └── memory-usage.graph
│ │ └── server_2
│ │ ├── dash.yaml
│ │ ├── load.graph
│ └── Projet_2
│ ├── Server_1
│ │ ├── dash.yaml
│ │ ├── load.graph
│ │ └── memory-usage.graph
│ └── Server_2
│ ├── dash.yaml
│ ├── load.graph
│ └── memory-usage.graph
However if i want to add a directory named "prox" such as below:
├── dashboards
│ ├── Projet_1
│ │ └── "prox"
│ │ ├── Server_1
│ │ │ ├── dash.yaml
│ │ │ ├── load.graph
│ │ │ └── memory-usage.graph
│ │ └── Server_2
│ │ ├── dash.yaml
│ │ ├── load.graph
│ └── Projet_2
│ ├── Server_1
│ │ ├── dash.yaml
│ │ ├── load.graph
│ │ └── memory-usage.graph
│ └── Server_2
│ ├── dash.yaml
│ ├── load.graph
│ └── memory-usage.graph
It dosn't work.
Do you have an idea to do it?
Thanks
The text was updated successfully, but these errors were encountered: