60 lines
1.0 KiB
JSON
60 lines
1.0 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Dash.",
|
|
"description": "Moduł do wyświetlania wykresów z uruchomionej instancji Dash.",
|
|
"settings": {
|
|
"cpuMultiView": {
|
|
"label": ""
|
|
},
|
|
"storageMultiView": {
|
|
"label": ""
|
|
},
|
|
"useCompactView": {
|
|
"label": ""
|
|
},
|
|
"graphs": {
|
|
"label": "",
|
|
"options": {
|
|
"cpu": "CPU",
|
|
"ram": "RAM",
|
|
"storage": "",
|
|
"network": "",
|
|
"gpu": "GPU"
|
|
}
|
|
},
|
|
"url": {
|
|
"label": ""
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"title": "Dash.",
|
|
"errors": {
|
|
"noService": "",
|
|
"noInformation": ""
|
|
},
|
|
"graphs": {
|
|
"storage": {
|
|
"title": "",
|
|
"label": ""
|
|
},
|
|
"network": {
|
|
"title": "",
|
|
"label": "",
|
|
"metrics": {
|
|
"download": "",
|
|
"upload": ""
|
|
}
|
|
},
|
|
"cpu": {
|
|
"title": "CPU"
|
|
},
|
|
"memory": {
|
|
"title": "RAM"
|
|
},
|
|
"gpu": {
|
|
"title": "GPU"
|
|
}
|
|
}
|
|
}
|
|
} |