Listen to cluster settings change on Dashboard

Closes-Bug: #1600726

Change-Id: I927c939f1aad2b6fb0e830f6fb5ae2cb8a6d9d2c
(cherry picked from commit 4e81207594)
This commit is contained in:
Julia Aranovich 2016-11-01 12:05:25 +03:00
parent b41afde95b
commit 36f98c9f50
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ var DashboardTab = React.createClass({
backboneMixin({
modelOrCollection: (props) => props.cluster.get('networkConfiguration')
}),
backboneMixin({
modelOrCollection: (props) => props.cluster.get('settings')
}),
backboneMixin({
modelOrCollection: (props) => props.cluster.get('deployedSettings')
}),