diff --git a/meteor/client/lib/metrics.js b/meteor/client/lib/metrics.js
index b161c59d6d..9f586ea768 100644
--- a/meteor/client/lib/metrics.js
+++ b/meteor/client/lib/metrics.js
@@ -13,7 +13,7 @@ Metrics.trackEvent = function (name) {
if (!name) {
return;
}
- var uuid = localStorage.getItem('metrics.userId');
+ var uuid = localStorage.getItem('metrics.uuid');
if (localStorage.getItem('metrics.enabled') && uuid) {
mixpanel.track('docker_gui ' + name, {
distinct_id: uuid,
diff --git a/meteor/client/views/dashboard/apps/dashboard-single-app.html b/meteor/client/views/dashboard/apps/dashboard-single-app.html
index 08a1d7e4ed..61449e019b 100755
--- a/meteor/client/views/dashboard/apps/dashboard-single-app.html
+++ b/meteor/client/views/dashboard/apps/dashboard-single-app.html
@@ -52,9 +52,9 @@
{{/if}}
{{/if}}
{{/if}}
-
+
{{#if $eq status 'READY'}}
-
+
{{/if}}
{{#if $eq status 'STOPPED'}}
@@ -63,8 +63,8 @@
{{#unless changingState}}
{{/unless}}
-
-
+
+
diff --git a/meteor/client/views/dashboard/images/dashboard-single-image.html b/meteor/client/views/dashboard/images/dashboard-single-image.html
index 0639052d73..8add58d1c8 100755
--- a/meteor/client/views/dashboard/images/dashboard-single-image.html
+++ b/meteor/client/views/dashboard/images/dashboard-single-image.html
@@ -32,7 +32,7 @@
{{/if}}
{{/if}}
{{#if path}}
-
+
{{/if}}
{{#if $neq status 'BUILDING'}}
{{#if path}}
diff --git a/meteor/client/views/dashboard/layouts/dashboard-apps-layout.html b/meteor/client/views/dashboard/layouts/dashboard-apps-layout.html
index 2390091820..bf07253d6f 100755
--- a/meteor/client/views/dashboard/layouts/dashboard-apps-layout.html
+++ b/meteor/client/views/dashboard/layouts/dashboard-apps-layout.html
@@ -17,7 +17,7 @@
{{/if}}
{{/if}}
-
+
{{#if $eq status 'READY'}}
{{/if}}
diff --git a/meteor/client/views/dashboard/layouts/dashboard-images-layout.html b/meteor/client/views/dashboard/layouts/dashboard-images-layout.html
index 20a029c410..3408216041 100755
--- a/meteor/client/views/dashboard/layouts/dashboard-images-layout.html
+++ b/meteor/client/views/dashboard/layouts/dashboard-images-layout.html
@@ -13,11 +13,11 @@
{{#if $eq status 'READY'}}
{{#if hasExposedPort}}
-
+
{{/if}}
{{/if}}
{{#if path}}
-
+
{{/if}}
{{#if $neq status 'BUILDING'}}
{{#if path}}