diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-07-19 07:44:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-19 07:44:49 +0000 |
commit | 67ef5fd2c784523c33016810835375fa2182dd78 (patch) | |
tree | 97b8deb95f1654782c1c7602931ff198fe88fad2 /ui-react/src/LoopUI.js | |
parent | d8bed32cb3f84d9cfb18332b07742701f5d57379 (diff) | |
parent | 5f6c178c3eaea6fffe7d46ca3c75dcb0ffa92755 (diff) |
Merge "Add generic svg selection"
Diffstat (limited to 'ui-react/src/LoopUI.js')
-rw-r--r-- | ui-react/src/LoopUI.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/LoopUI.js b/ui-react/src/LoopUI.js index 4271f1037..dd4923e3e 100644 --- a/ui-react/src/LoopUI.js +++ b/ui-react/src/LoopUI.js @@ -175,7 +175,7 @@ export default class LoopUI extends React.Component { {this.renderLoopViewer()} <Route path="/operationalPolicyModal" render={(routeProps) => (<OperationalPolicyModal {...routeProps} loopCache={this.state.loopCache} />)} /> - <Route path="/configurationPolicyModal" render={(routeProps) => (<ConfigurationPolicyModal {...routeProps} loopCache={this.state.loopCache} />)} /> + <Route path="/configurationPolicyModal/:componentName" render={(routeProps) => (<ConfigurationPolicyModal {...routeProps} loopCache={this.state.loopCache} />)} /> <Route path="/openLoop" render={(routeProps) => (<OpenLoopModal {...routeProps} updateLoopCacheFunction={this.updateLoopCache} />)} /> <Route path="/closeLoop" render={(routeProps) => (<Redirect to='/'/>)} /> </div> |