This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 30b54ca [bug] Fix dataTables bootstrap js version differ. (#6591)
30b54ca is described below
commit 30b54cae234298b593c9f4c656988f93c535193c
Author: panlijie <[email protected]>
AuthorDate: Thu Sep 9 14:26:11 2021 +0800
[bug] Fix dataTables bootstrap js version differ. (#6591)
Co-authored-by: 潘利杰 <[email protected]>
---
.../src/main/java/org/apache/doris/http/action/WebBaseAction.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/http/action/WebBaseAction.java
b/fe/fe-core/src/main/java/org/apache/doris/http/action/WebBaseAction.java
index c1e0d5b..e710d68 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/http/action/WebBaseAction.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/http/action/WebBaseAction.java
@@ -67,12 +67,12 @@ public class WebBaseAction extends BaseAction {
+ " rel=\"stylesheet\" media=\"screen\"/>"
+ " <link
href=\"/static/css?res=Bootstrap-3.3.7/css/bootstrap-theme.css\" "
+ " rel=\"stylesheet\" media=\"screen\"/>"
- + " <link
href=\"/static/css?res=DataTables-1.10.21/css/dataTables.bootstrap.css\" "
+ + " <link
href=\"/static/css?res=DataTables-1.10.25/css/dataTables.bootstrap.css\" "
+ " rel=\"stylesheet\" media=\"screen\"/>"
+ " <script type=\"text/javascript\"
src=\"/static?res=jQuery-3.3.1/jquery-3.3.1.min.js\"></script>"
- + " <script type=\"text/javascript\"
src=\"/static?res=DataTables-1.10.21/js/jquery.dataTables.js\"></script>"
- + " <script type=\"text/javascript\"
src=\"/static?res=DataTables-1.10.21/js/dataTables.bootstrap.js\"></script>"
+ + " <script type=\"text/javascript\"
src=\"/static?res=DataTables-1.10.25/js/jquery.dataTables.js\"></script>"
+ + " <script type=\"text/javascript\"
src=\"/static?res=DataTables-1.10.25/js/dataTables.bootstrap.js\"></script>"
+ " <script type=\"text/javascript\"> "
+ " $(document).ready(function() { "
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]