diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 8a37e7eaf..341b23e64 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -376,7 +376,6 @@ {% trans "Docker Apps" %} - {% trans "Beta" %}
- {% trans "Container ID" %}: {$ cid $}
-
- Container ID: {$ cid $}
Status: - - {$ status $} - -
-Created: {$ created | date:'medium' $}
-Uptime: {$ uptime $}
-
+ {% trans "Container ID" %}: {$ web.id $}
+
| Container Port | -Host Binding | -
|---|---|
{$ containerPort $} |
- - - {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} - - | -
No ports exposed
-
+ | Source | -Destination | -Mode | -
|---|---|---|
{$ volume.Source $} |
- {$ volume.Destination $} |
- {$ volume.Mode $} | -
No volumes mounted
-Container ID: {$ web.id $}
Status: + + {$ web.status $} + +
+Created: {$ web.created | date:'medium' $}
+Uptime: {$ web.uptime $}
+| Variable | -Value | -
|---|---|
{$ env.split('=')[0] $} |
- {$ env.split('=')[1] $} |
-
| Container Port | +Host Binding | +
|---|---|
{$ containerPort $} |
+ + + {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} + + | +
No ports exposed
+| Source | +Destination | +Mode | +
|---|---|---|
{$ volume.Source $} |
+ {$ volume.Destination $} |
+ {$ volume.Mode $} | +
No volumes mounted
+| Variable | +Value | +
|---|---|
{$ env.split('=')[0] $} |
+ {$ env.split('=')[1] $} |
+
No environment variables set
+No environment variables set