mirror of
https://github.com/apache/nifi.git
synced 2025-03-02 23:49:11 +00:00
NIFI-257:
- Using the target URI as specified.
This commit is contained in:
parent
549c97d3f4
commit
b142d7a9bd
@ -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.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user