Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boostrap update to v3.3.7 too address security vulnerability with JQuery #533

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,109 changes: 0 additions & 1,109 deletions web/static/bootstrap/css/bootstrap-responsive.css

This file was deleted.

9 changes: 0 additions & 9 deletions web/static/bootstrap/css/bootstrap-responsive.min.css

This file was deleted.

587 changes: 587 additions & 0 deletions web/static/bootstrap/css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/bootstrap/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions web/static/bootstrap/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/bootstrap/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

10,590 changes: 5,590 additions & 5,000 deletions web/static/bootstrap/css/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/bootstrap/css/bootstrap.css.map

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions web/static/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/bootstrap/css/bootstrap.min.css.map

Large diffs are not rendered by default.

Binary file not shown.
288 changes: 288 additions & 0 deletions web/static/bootstrap/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3,340 changes: 1,718 additions & 1,622 deletions web/static/bootstrap/js/bootstrap.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions web/static/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions web/static/bootstrap/js/npm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')
26 changes: 14 additions & 12 deletions web/static/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ body {
overflow: hidden;
}

#redisCommandsModal .modal-head {
color: white;
position: absolute;
left: 12rem;
top: 6px;
z-index: 99999;

}
#redisCommandsModal .modal-body {
background-color: transparent;
padding: 0;
Expand All @@ -237,29 +245,24 @@ body {
}

#redisCommandsClose {
position: absolute;
top: 10px;
right: 25px;
color: white;
z-index: 99999;
font-size: unset;
font-weight: normal;
line-height: unset;
opacity: 1;
text-shadow: none;
}

#redisCommandsClose:hover {
color: white;
opacity: 0.4;
}

#redisCommandsExternal {
color: white;
opacity: 0.2;
position: absolute;
top: 14px;
left: 350px;
z-index: 99999;
}

#redisCommandsExternal:hover {
opacity: 0.4;
text-decoration: none;
}

#addServerContainer {
Expand Down Expand Up @@ -441,4 +444,3 @@ input[type="checkbox"].checkbox-oneline {
#clusterNodesTab td {
padding: 0.5rem;
}