NIFI-257:

- Using the target URI as specified.
This commit is contained in:
Matt Gilman 2015-01-13 15:21:42 -05:00
parent 549c97d3f4
commit b142d7a9bd
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ nf.Actions = (function () {
var uri = selectionData.component.targetUri;
if (!nf.Common.isBlank(uri)) {
window.open(encodeURI(uri + '/nifi'));
window.open(encodeURI(uri));
} else {
nf.Dialog.showOkDialog({
dialogContent: 'No target URI defined.'