diff --git a/applications/luci-app-ubuntu/luasrc/view/ubuntu/ubuntu.htm b/applications/luci-app-ubuntu/luasrc/view/ubuntu/ubuntu.htm
index d6930a0..445f102 100755
--- a/applications/luci-app-ubuntu/luasrc/view/ubuntu/ubuntu.htm
+++ b/applications/luci-app-ubuntu/luasrc/view/ubuntu/ubuntu.htm
@@ -7,21 +7,23 @@
if (st.docker_start){
if (st.container_install) {
if (st.container_running) {
- tb.innerHTML += '
<%:The ubuntu service is running.%>';
-
+ var htmlStr = '
<%:The ubuntu service is running.%>';
+
var configs = [
{id: "userName", label: "<%:UserName%>:", value: st.user_name},
{id: "password", label: "<%:Password%>:", value: st.password},
- {id: "localAddress", label: "<%:Local Address%>:", value: st.local_address},
- {id: "publicAddress", label: "<%:Public Address%>:", value: st.public_address},
+ {id: "localAddress", label: "<%:LanAddress%>:", value: st.local_address},
+ {id: "publicAddress", label: "<%:WanAddress%>:", value: st.public_address},
];
configs.forEach(function(c){
- tb.innerHTML += ("