Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #65 from kmkanagaraj/fix-cluster-name
Browse files Browse the repository at this point in the history
fix clusterName issue in graph page
  • Loading branch information
ChristinaMeno committed Nov 18, 2014
2 parents 96e398a + fa31ec9 commit 3d3e569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/scripts/views/graphwall-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ define(['jquery', 'underscore', 'backbone', 'templates', 'helpers/graph-utils',
// Graphwall is intialized after the first cluster selection is made.
// So the server collection needs to be fetched manually just for the first time
this.collection.cluster = Backbone.Marionette.getOption(this, 'clusterId');
this.collection.clusterName = Backbone.Marionette.getOption(this, 'cluster_name');
this.collection.clusterName = Backbone.Marionette.getOption(this, 'clusterName');
this.collection.fetch();

this.wrapTitleTemplate('makePoolIOPSGraphURL', this.poolIopsGraphTitleTemplate);
Expand Down

0 comments on commit 3d3e569

Please sign in to comment.