mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
IMPALA-10103: upgrade jquery to 3.5.1
Testing: Manually clicked through most of the web UI pages and interacted with data tables, etc. Change-Id: Icf0445163a6bf15c56de0c6ca10798e09e0a4fcb Reviewed-on: http://gerrit.cloudera.org:8080/16355 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
41065845e9
commit
b46ea7664c
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -27,4 +27,4 @@ www/datatables.min.js binary
|
|||||||
www/datatables-1.10.18.min.js binary
|
www/datatables-1.10.18.min.js binary
|
||||||
www/datatables-1.10.18.min.css binary
|
www/datatables-1.10.18.min.css binary
|
||||||
www/highlight/highlight.pack.js binary
|
www/highlight/highlight.pack.js binary
|
||||||
www/jquery/jquery-3.4.1.min.js binary
|
www/jquery/jquery-3.5.1.min.js binary
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ shell/ext-py/six-1.14.0/*
|
|||||||
shell/ext-py/sqlparse-0.3.1/*
|
shell/ext-py/sqlparse-0.3.1/*
|
||||||
shell/ext-py/thrift_sasl-0.4.2/*
|
shell/ext-py/thrift_sasl-0.4.2/*
|
||||||
www/d3.v3.min.js
|
www/d3.v3.min.js
|
||||||
www/jquery/jquery-3.4.1.min.js
|
www/jquery/jquery-3.5.1.min.js
|
||||||
tests/comparison/leopard/static/css/hljs.css
|
tests/comparison/leopard/static/css/hljs.css
|
||||||
tests/comparison/leopard/static/js/highlight.pack.js
|
tests/comparison/leopard/static/js/highlight.pack.js
|
||||||
common/protobuf/kudu
|
common/protobuf/kudu
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ common-footer.tmpl) }}
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head><title>Apache Impala</title>
|
<head><title>Apache Impala</title>
|
||||||
<script src='{{ __common__.host-url }}/www/jquery/jquery-3.4.1.min.js'></script>
|
<script src='{{ __common__.host-url }}/www/jquery/jquery-3.5.1.min.js'></script>
|
||||||
<script src='{{ __common__.host-url }}/www/bootstrap/js/bootstrap-4.3.1.min.js'></script>
|
<script src='{{ __common__.host-url }}/www/bootstrap/js/bootstrap-4.3.1.min.js'></script>
|
||||||
<script src='{{ __common__.host-url }}/www/scripts/util.js'></script>
|
<script src='{{ __common__.host-url }}/www/scripts/util.js'></script>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ __common__.host-url }}/www/datatables-1.10.18.min.css"/>
|
<link rel="stylesheet" type="text/css" href="{{ __common__.host-url }}/www/datatables-1.10.18.min.css"/>
|
||||||
@@ -90,4 +90,4 @@ function make_url(path) {
|
|||||||
}
|
}
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
2
www/jquery/jquery-3.4.1.min.js
vendored
2
www/jquery/jquery-3.4.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
www/jquery/jquery-3.5.1.min.js
vendored
Normal file
2
www/jquery/jquery-3.5.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user