Skip to content

Commit

Permalink
ui: bump jQuery version to v3.5.0 (#2549)
Browse files Browse the repository at this point in the history
Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
  • Loading branch information
onprem authored Apr 30, 2020
1 parent 9b94b90 commit 55f10b6
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 108 deletions.
440 changes: 339 additions & 101 deletions pkg/ui/bindata.go

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions pkg/ui/static/vendor/js/jquery-3.3.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions pkg/ui/static/vendor/js/jquery-3.5.0.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions pkg/ui/static/vendor/js/jquery.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/ui/templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="robots" content="noindex,nofollow">
<title>Thanos long term storage Prometheus solution</title>
<link rel="shortcut icon" href="{{ pathPrefix }}/static/img/favicon.ico?v={{ buildVersion }}">
<script src="{{ pathPrefix }}/static/vendor/js/jquery-3.3.1.min.js?v={{ buildVersion }}"></script>
<script src="{{ pathPrefix }}/static/vendor/js/jquery-3.5.0.min.js?v={{ buildVersion }}"></script>
<script src="{{ pathPrefix }}/static/vendor/js/popper.min.js?v={{ buildVersion }}"></script>
<script src="{{ pathPrefix }}/static/vendor/bootstrap-4.1.3/js/bootstrap.min.js?v={{ buildVersion }}"></script>

Expand Down

0 comments on commit 55f10b6

Please sign in to comment.