feat: docker widget (#2288)

Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: homarr-crowdin[bot] <190541745+homarr-crowdin[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Yossi Hillali
2025-05-23 21:35:04 +03:00
committed by GitHub
parent 09f4e6785b
commit e1eda534da
19 changed files with 521 additions and 111 deletions

View File

@@ -1832,6 +1832,14 @@
}
}
},
"dockerContainers": {
"name": "Docker stats",
"description": "Stats of your containers (This widget can only be added with administrator privileges)",
"option": {},
"error": {
"internalServerError": "Failed to fetch containers stats"
}
},
"common": {
"location": {
"query": "City / Postal code",
@@ -3091,6 +3099,9 @@
},
"networkController": {
"label": "Network Controller"
},
"dockerContainers": {
"label": "Docker containers"
}
}
},
@@ -3154,8 +3165,9 @@
"title": "Containers",
"table": {
"updated": "Updated {when}",
"search": "Search {count} containers",
"selected": "{selectCount} of {totalCount} containers selected"
"search": "Seach {count} containers",
"selected": "{selectCount} of {totalCount} containers selected",
"footer": "Total {count} containers"
},
"field": {
"name": {
@@ -3173,6 +3185,14 @@
"dead": "Dead"
}
},
"stats": {
"cpu": {
"label": "CPU"
},
"memory": {
"label": "Memory"
}
},
"containerImage": {
"label": "Image"
},
@@ -3181,6 +3201,7 @@
}
},
"action": {
"title": "Actions",
"start": {
"label": "Start",
"notification": {