This is an automated email from the ASF dual-hosted git repository.
hapylestat pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new 2ad51fa AMBARI-25535. PIG views download of History Logs and Results
is failing (dpidhaiets via dgrinenko) (#3212)
2ad51fa is described below
commit 2ad51fa244f4072c5b6d5f8ddbd0747c1cc95f87
Author: pidhaietsdp <[email protected]>
AuthorDate: Tue Jul 28 07:18:11 2020 +0300
AMBARI-25535. PIG views download of History Logs and Results is failing
(dpidhaiets via dgrinenko) (#3212)
---
contrib/views/pig/src/main/resources/ui/pig-web/bower.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/bower.json
b/contrib/views/pig/src/main/resources/ui/pig-web/bower.json
index ec4beeb..8f5dd7d 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/bower.json
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/bower.json
@@ -36,7 +36,7 @@
"main": "plurals.js"
},
"file-saver": {
- "main": "FileSaver.js"
+ "main": "./dist/FileSaver.js"
}
}
}