mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 15:01:00 -04:00
Fixing the editing of docker container & adding english translation
This commit is contained in:
parent
b0259b5592
commit
c5cc42272f
3 changed files with 6 additions and 1 deletions
|
@ -588,6 +588,8 @@ exports.entryPage = "dashboard";
|
|||
bean.dns_resolve_type = monitor.dns_resolve_type;
|
||||
bean.dns_resolve_server = monitor.dns_resolve_server;
|
||||
bean.pushToken = monitor.pushToken;
|
||||
bean.docker_container = monitor.docker_container;
|
||||
bean.docker_daemon = monitor.docker_daemon;
|
||||
|
||||
await R.store(bean);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue