Listen to network configuration changes on Dashboard tab

Closes-Bug: #1544446

Change-Id: I7d633a19fb20b5047dcdfa9eddd943a92ff017f9
This commit is contained in:
Julia Aranovich 2016-02-20 12:35:03 +03:00
parent 28b0c96a51
commit 4e51850139
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ var DashboardTab = React.createClass({
modelOrCollection: (props) => props.cluster.get('pluginLinks'),
renderOn: 'update change'
}),
backboneMixin({
modelOrCollection: (props) => props.cluster.get('networkConfiguration')
}),
backboneMixin('cluster', 'change'),
pollingMixin(20, true)
],