diff --git a/nailgun/static/views/cluster_page_tabs/dashboard_tab.js b/nailgun/static/views/cluster_page_tabs/dashboard_tab.js index 9f1213323c..bf4fa8e957 100644 --- a/nailgun/static/views/cluster_page_tabs/dashboard_tab.js +++ b/nailgun/static/views/cluster_page_tabs/dashboard_tab.js @@ -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) ],