File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
hadoop-hdds/server-scm/src/main/resources/webapps/scm
dist/src/main/smoketest/basic
ozone-manager/src/main/resources/webapps/ozoneManager
s3gateway/src/main/resources Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 26
26
27
27
< title > HDFS Storage Container Manager</ title >
28
28
29
- < link href ="static/bootstrap-3.3.7 /css/bootstrap.min.css " rel ="stylesheet ">
29
+ < link href ="static/bootstrap-3.4.1 /css/bootstrap.min.css " rel ="stylesheet ">
30
30
< link href ="static/hadoop.css " rel ="stylesheet ">
31
31
< link href ="static/nvd3-1.8.5.min.css " rel ="stylesheet ">
32
32
63
63
64
64
</ div > <!-- /.container -->
65
65
66
- < script src ="static/jquery-3.3 .1.min.js "> </ script >
66
+ < script src ="static/jquery-3.4 .1.min.js "> </ script >
67
67
< script src ="static/angular-1.6.4.min.js "> </ script >
68
68
< script src ="static/angular-route-1.6.4.min.js "> </ script >
69
69
< script src ="static/d3-3.5.17.min.js "> </ script >
70
70
< script src ="static/nvd3-1.8.5.min.js "> </ script >
71
71
< script src ="static/angular-nvd3-1.0.9.min.js "> </ script >
72
72
< script src ="static/ozone.js "> </ script >
73
73
< script src ="scm.js "> </ script >
74
- < script src ="static/bootstrap-3.3.7 /js/bootstrap.min.js "> </ script >
74
+ < script src ="static/bootstrap-3.4.1 /js/bootstrap.min.js "> </ script >
75
75
</ body >
76
76
</ html >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ${DATANODE_HOST} datanode
26
26
27
27
Check webui static resources
28
28
Run Keyword if '${SECURITY_ENABLED } ' == 'true' Kinit HTTP user
29
- ${result } = Execute curl --negotiate -u : -s -I http://scm:9876/static/bootstrap-3.3.7 /js/bootstrap.min.js
29
+ ${result } = Execute curl --negotiate -u : -s -I http://scm:9876/static/bootstrap-3.4.1 /js/bootstrap.min.js
30
30
Should contain ${result } 200
31
31
32
32
Start freon testing
Original file line number Diff line number Diff line change 26
26
27
27
< title > Ozone Manager</ title >
28
28
29
- < link href ="static/bootstrap-3.3.7 /css/bootstrap.min.css " rel ="stylesheet ">
29
+ < link href ="static/bootstrap-3.4.1 /css/bootstrap.min.css " rel ="stylesheet ">
30
30
< link href ="static/hadoop.css " rel ="stylesheet ">
31
31
< link href ="static/nvd3-1.8.5.min.css " rel ="stylesheet ">
32
32
57
57
< ng-view > </ ng-view >
58
58
</ div > <!-- /.container -->
59
59
60
- < script src ="static/jquery-3.3 .1.min.js "> </ script >
60
+ < script src ="static/jquery-3.4 .1.min.js "> </ script >
61
61
< script src ="static/angular-1.6.4.min.js "> </ script >
62
62
< script src ="static/angular-route-1.6.4.min.js "> </ script >
63
63
< script src ="static/d3-3.5.17.min.js "> </ script >
64
64
< script src ="static/nvd3-1.8.5.min.js "> </ script >
65
65
< script src ="static/angular-nvd3-1.0.9.min.js "> </ script >
66
66
< script src ="static/ozone.js "> </ script >
67
67
< script src ="ozoneManager.js "> </ script >
68
- < script src ="static/bootstrap-3.3.7 /js/bootstrap.min.js "> </ script >
68
+ < script src ="static/bootstrap-3.4.1 /js/bootstrap.min.js "> </ script >
69
69
</ body >
70
70
</ html >
Original file line number Diff line number Diff line change 24
24
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
25
25
< link rel ="shortcut icon " href ="static/images/ozone.ico ">
26
26
< link rel ="stylesheet "
27
- href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7 /css/bootstrap.min.css ">
27
+ href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1 /css/bootstrap.min.css ">
28
28
< link rel ="stylesheet "
29
29
href ="https://use.fontawesome.com/releases/v5.2.0/css/all.css ">
30
30
< link rel ="stylesheet "
138
138
139
139
</ html >
140
140
141
- < script src ="https://code.jquery.com/jquery-3.3 .1.min.js "> </ script >
142
- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7 /js/bootstrap.min.js "> </ script >
141
+ < script src ="https://code.jquery.com/jquery-3.4 .1.min.js "> </ script >
142
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1 /js/bootstrap.min.js "> </ script >
143
143
< script src ="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js "> </ script >
144
144
< script src ="https://sdk.amazonaws.com/js/aws-sdk-2.207.0.min.js "> </ script >
145
145
< script src ="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js "> </ script >
Original file line number Diff line number Diff line change 26
26
27
27
< title > S3 gateway -- Apache Hadoop Ozone</ title >
28
28
29
- < link href ="bootstrap-3.3.7 /css/bootstrap.min.css " rel ="stylesheet ">
29
+ < link href ="bootstrap-3.4.1 /css/bootstrap.min.css " rel ="stylesheet ">
30
30
< link href ="hadoop.css " rel ="stylesheet ">
31
31
< link href ="ozone.css " rel ="stylesheet ">
32
32
@@ -74,6 +74,6 @@ <h1>S3 gateway</h1>
74
74
</ p >
75
75
</ div > <!-- /.container -->
76
76
77
- < script src ="static/bootstrap-3.3.7 /js/bootstrap.min.js "> </ script >
77
+ < script src ="static/bootstrap-3.4.1 /js/bootstrap.min.js "> </ script >
78
78
</ body >
79
79
</ html >
You can’t perform that action at this time.
0 commit comments