diff --git a/src/web/snippet/dockerContainersList.html b/src/web/snippet/dockerContainersList.html index 23f854d..5f8765c 100644 --- a/src/web/snippet/dockerContainersList.html +++ b/src/web/snippet/dockerContainersList.html @@ -17,21 +17,21 @@
- +
Show Containers with Unexposed Ports
@@ -39,11 +39,10 @@
- Networked Containers + Containers on Zoraxy's Networks
- Containers sharing a network with Zoraxy.
- Docker DNS based name resolution has to be supported by your - network. + These containers share a network with Zoraxy.
+ Your networks must support Docker DNS-based name resolution.
@@ -54,10 +53,10 @@ @@ -66,10 +65,10 @@ @@ -77,8 +76,10 @@
@@ -430,7 +431,7 @@ $elem.prop("checked", state === "true"); } } - + function saveCheckboxState(id, $elem) { localStorage.setItem(id, $elem.prop("checked")); }