diff --git a/mist-insights.js b/mist-insights.js index ab88389..3291d06 100644 --- a/mist-insights.js +++ b/mist-insights.js @@ -723,7 +723,7 @@ Polymer({ no [[_display(filterby.type)]]s @@ -1875,7 +1875,7 @@ Polymer({ return id; } else if (this.filterby.type == 'cloud') { if (!this.token) - return this.model.clouds[id].title; + return this.model.clouds[id].name; else return this.clouds && this.clouds.find(function(c) { return c.id == id;