|
@@ -352,6 +352,14 @@ App.JobView = Em.View.extend({
|
|
|
this.set('selectedVertexIODisplay', r);
|
|
|
},
|
|
|
|
|
|
+ /**
|
|
|
+ * Stop updating job info when user navigate away from job's page
|
|
|
+ * @method willDestroyElement
|
|
|
+ */
|
|
|
+ willDestroyElement: function() {
|
|
|
+ this.get('controller').stop();
|
|
|
+ },
|
|
|
+
|
|
|
/**
|
|
|
* Can graph be zoomed-in
|
|
|
* @type {bool}
|