Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tez-ui/src/main/resources/META-INF/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The Apache TEZ tez-ui bundles the following files under the MIT License:
- ember-load-initializers v0.1.7 (https://github.com/ember-cli/ember-load-initializers) - Copyright (c) 2014 ember-cli Contributors
- bootstrap v3.3.6 (http://getbootstrap.com) - Copyright (c) 2011-2014 Twitter, Inc
- jquery v2.1.4 (http://jquery.org) - Copyright 2005, 2014 jQuery Foundation and other contributors
- jquery-ui v1.11.4 (http://jqueryui.com/) - Copyright 2014 jQuery Foundation and other contributors
- jquery-ui v1.13.2 (http://jqueryui.com/) - Copyright 2014 jQuery Foundation and other contributors
- jquery-mousewheel v3.1.13 (https://github.com/jquery/jquery-mousewheel) - Copyright 2006, 2014 jQuery Foundation and other contributors, https://jquery.org/
- CodeMirror 5.11.0 (https://codemirror.net/) - Copyright (C) 2015 by Marijn Haverbeke <[email protected]> and others
- file-saver v1.3.4 (https://github.com/eligrey/FileSaver.js) - Authored by Eli Grey
Expand Down
2 changes: 1 addition & 1 deletion tez-ui/src/main/webapp/bower-shrinkwrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"https://github.com/twbs/bootstrap.git": {
"3.3.6": "81df608a40bf0629a1dc08e584849bb1e43e0b7a"
}
}
}
2 changes: 1 addition & 1 deletion tez-ui/src/main/webapp/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bootstrap": "3.3.6",
"font-awesome": "4.5.0",
"jquery": "2.1.4",
"jquery-ui": "1.11.4",
"jquery-ui": "./externaladdons/jquery-ui",
"moment": "2.12.0",
"moment-timezone": "0.5.0",
"numeral": "1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion tez-ui/src/main/webapp/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function(defaults) {

app.import('bower_components/bootstrap/dist/js/bootstrap.js');
app.import('bower_components/jquery-ui/jquery-ui.js');
app.import('bower_components/jquery-ui/ui/tooltip.js');
app.import('bower_components/jquery-ui/jquery-ui.css');

app.import('bower_components/more-js/dist/more.js');

Expand Down
Loading