File tree Expand file tree Collapse file tree
java/eu/openanalytics/containerproxy/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 269269 <dependency >
270270 <groupId >org.webjars</groupId >
271271 <artifactId >jquery</artifactId >
272- <version >3.5.0</version >
272+ <version >3.5.1</version >
273+ </dependency >
274+ <dependency >
275+ <groupId >org.webjars.bower</groupId >
276+ <artifactId >bootstrap-social</artifactId >
277+ <version >5.1.1</version >
278+ </dependency >
279+ <dependency >
280+ <groupId >org.webjars.bower</groupId >
281+ <artifactId >fontawesome</artifactId >
282+ <version >4.7.0</version >
273283 </dependency >
274284
275285 <!-- Amazon S3 -->
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ protected void prepareMap(ModelMap map) {
4343 map .put ("title" , environment .getProperty ("proxy.title" , "ShinyProxy" ));
4444 map .put ("bootstrapCss" , "/webjars/bootstrap/3.4.1/css/bootstrap.min.css" );
4545 map .put ("bootstrapJs" , "/webjars/bootstrap/3.4.1/js/bootstrap.min.js" );
46- map .put ("jqueryJs" , "/webjars/jquery/3.5.0/jquery.min.js" );
46+ map .put ("jqueryJs" , "/webjars/jquery/3.5.1/jquery.min.js" );
47+ map .put ("fontAwesomeCss" , "/webjars/fontawesome/4.7.0/css/font-awesome.min.css" );
48+ map .put ("bootstrapSocialCss" , "/webjars/bootstrap-social/5.1.1/bootstrap-social.css" );
4749 }
4850
4951 public static class NotFoundException extends RuntimeException {
Original file line number Diff line number Diff line change 3030 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
3131 < link rel ="stylesheet " media ="screen " th:href ="@{${bootstrapCss}} " />
3232 < link rel ="stylesheet " media ="screen " th:href ="@{/css/login.css} "/>
33- < link rel ="stylesheet " media ="screen " type =" text/css " href ="https://cdn.jsdelivr.net/bootstrap-social/5.1.1/bootstrap-social.css "/>
34- < link rel ="stylesheet " media ="screen " type =" text/css " href ="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css "/>
33+ < link rel ="stylesheet " media ="screen " th: href ="@{${bootstrapSocialCss}} "/>
34+ < link rel ="stylesheet " media ="screen " th: href ="@{${fontAwesomeCss}} "/>
3535 < script th:src ="@{${jqueryJs}} "> </ script >
3636 < script th:src ="@{${bootstrapJs}} "> </ script >
3737</ head >
You can’t perform that action at this time.
0 commit comments