From 185cccf06053d07763702227c826e183b7661a70 Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Tue, 10 Oct 2017 14:08:30 -0400 Subject: [PATCH] Config-Agent connectivity status UI fix Signed-off-by: Laurence Maultsby --- skyquake/plugins/accounts/api/accounts.js | 2 +- .../plugins/accounts/src/account_sidebar/accountSidebar.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skyquake/plugins/accounts/api/accounts.js b/skyquake/plugins/accounts/api/accounts.js index e0b4e3d97..e3c452309 100644 --- a/skyquake/plugins/accounts/api/accounts.js +++ b/skyquake/plugins/accounts/api/accounts.js @@ -233,7 +233,7 @@ function refreshAccountConnectionStatus(req) { label: 'sdn-account', rpc: 'update-sdn-status' }, - 'config': { + 'config-agent': { label: 'cfg-agent-account', rpc: 'update-cfg-agent-status' }, diff --git a/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx b/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx index fbcafffe1..1b23802b0 100644 --- a/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx +++ b/skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx @@ -55,7 +55,7 @@ class AccountSidebar extends React.Component{ data: this.props.sdn }, { - type: 'config', + type: 'config-agent', data: this.props['config-agent'] }, { -- 2.17.1