Browse Source

HUE-5086 [metastore] Fix create table JS error

Enrico Berti 9 years ago
parent
commit
e8f7494
1 changed files with 2 additions and 1 deletions
  1. 2 1
      apps/beeswax/src/beeswax/templates/execute.mako

+ 2 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -813,7 +813,8 @@ ${ commonshare() | n,unicode }
 <script src="${ static('desktop/js/assist/assistS3Entry.js') }" type="text/javascript" charset="utf-8"></script>
 <script src="${ static('desktop/js/assist/assistDbEntry.js') }" type="text/javascript" charset="utf-8"></script>
 <script src="${ static('desktop/js/assist/assistDbSource.js') }" type="text/javascript" charset="utf-8"></script>
-<script src="${ static('desktop/js/fileBrowser/hueFileEntry.js') }" type="text/javascript" charset="utf-8"></script>
+<script src="${ static('desktop/js/document/hueDocument.js') }"></script>
+<script src="${ static('desktop/js/document/hueFileEntry.js') }"></script>
 <script src="${ static('desktop/js/autocompleter.js') }" type="text/javascript" charset="utf-8"></script>
 <script src="${ static('beeswax/js/beeswax.vm.js') }"></script>
 <script src="${ static('desktop/js/share.vm.js') }"></script>