diff --git a/docker/ss-atlas/templates/pages/dashboard.html b/docker/ss-atlas/templates/pages/dashboard.html index c58a2e0..f96cecb 100644 --- a/docker/ss-atlas/templates/pages/dashboard.html +++ b/docker/ss-atlas/templates/pages/dashboard.html @@ -173,11 +173,10 @@ {{if .StackRunning}}

Your dedicated environment is accessible at:

{{.User}}.{{.Domain}} - {{else if not .StackDeployed}} -

Your stack is being provisioned. Refresh this page in a moment.

+ {{else if and .StackDeployed (not .StackRunning)}} +

Your stack is stopped. Start it to access your environment.

{{end}} - {{if .StackDeployed}}
{{if .StackRunning}} @@ -195,13 +194,14 @@ {{end}} + {{if .StackDeployed}}
+ {{end}}
- {{end}}

Manage