mirror of https://github.com/apache/nifi.git
parent
549c97d3f4
commit
b142d7a9bd
|
@ -167,7 +167,7 @@ nf.Actions = (function () {
|
||||||
var uri = selectionData.component.targetUri;
|
var uri = selectionData.component.targetUri;
|
||||||
|
|
||||||
if (!nf.Common.isBlank(uri)) {
|
if (!nf.Common.isBlank(uri)) {
|
||||||
window.open(encodeURI(uri + '/nifi'));
|
window.open(encodeURI(uri));
|
||||||
} else {
|
} else {
|
||||||
nf.Dialog.showOkDialog({
|
nf.Dialog.showOkDialog({
|
||||||
dialogContent: 'No target URI defined.'
|
dialogContent: 'No target URI defined.'
|
||||||
|
|
Loading…
Reference in New Issue