dashboard: show app count in list view
This commit is contained in:
@@ -964,14 +964,14 @@
|
||||
"resources": {
|
||||
"memory": {
|
||||
"title": "Geheugenlimiet",
|
||||
"description": "Cloudron wijst 50% van deze waarde toe als RAM en 50% als swap.",
|
||||
"description": "Maximum geheugen dat een app kan gebruiken",
|
||||
"resizeAction": "Grootte wijzigen",
|
||||
"error": "Kan geheugenlimiet niet instellen, probeer minder."
|
||||
},
|
||||
"cpu": {
|
||||
"setAction": "Vastleggen",
|
||||
"title": "CPU Shares",
|
||||
"description": "Percentage CPU-tijd wanneer het systeem zwaar wordt belast."
|
||||
"title": "CPU Limiet",
|
||||
"description": "Maximum percentage CPU dat een app kan gebruiken"
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
@@ -1214,6 +1214,12 @@
|
||||
"title": "Redis configuratie",
|
||||
"enable": "Configureer de app om Redis te gebruiken",
|
||||
"disable": "Redis uitschakelen"
|
||||
},
|
||||
"infoTabTitle": "Info",
|
||||
"info": {
|
||||
"notes": {
|
||||
"title": "Notities"
|
||||
}
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
|
||||
Reference in New Issue
Block a user