Skip to content

Commit 29ee6fc

Browse files
author
OpenShift Bot
authored
Merge pull request #1284 from rhamilto/patternfly-v3.21.0
Merged by openshift-bot
2 parents 5d8765c + 23462f1 commit 29ee6fc

File tree

60 files changed

+190741
-18478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+190741
-18478
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ module.exports = function (grunt) {
234234
'bower_components/messenger/build/js/messenger-theme-future.js',
235235
'bower_components/moment-timezone/builds/moment-timezone-with-data-2010-2020.js',
236236
'bower_components/fontawesome/css/font-awesome.css',
237-
'bower_components/bootstrap-combobox/css/bootstrap-combobox.css',
238237
'bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.css',
239238
'bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker3.css',
240239
'bower_components/bootstrap-select/dist/css/bootstrap-select.css',
@@ -251,7 +250,8 @@ module.exports = function (grunt) {
251250
'bower_components/google-code-prettify/bin/prettify.min.js',
252251
'bower_components/google-code-prettify/bin/prettify.min.css',
253252
'bower_components/patternfly/dist/css/patternfly.css',
254-
'bower_components/patternfly/dist/css/patternfly-additions.css'
253+
'bower_components/patternfly/dist/css/patternfly-additions.css',
254+
'bower_components/patternfly-bootstrap-combobox/css/bootstrap-combobox.css'
255255
]
256256
}
257257
},

app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<meta name="msapplication-TileImage" content="images/mstile-144x144.png">
1616
<!-- build:css(.) styles/vendor.css -->
1717
<!-- bower:css -->
18-
<link rel="stylesheet" href="bower_components/patternfly-bootstrap-combobox/css/bootstrap-combobox.css" />
1918
<link rel="stylesheet" href="bower_components/angular-patternfly/dist/styles/angular-patternfly.css" />
2019
<link rel="stylesheet" href="bower_components/messenger/build/css/messenger-theme-flat.css" />
2120
<link rel="stylesheet" href="bower_components/kubernetes-label-selector/labelFilter.css" />
@@ -96,6 +95,7 @@ <h1>JavaScript Required</h1>
9695
<script src="bower_components/angular-touch/angular-touch.js"></script>
9796
<script src="bower_components/angular-route/angular-route.js"></script>
9897
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
98+
<script src="bower_components/angular-drag-and-drop-lists/angular-drag-and-drop-lists.js"></script>
9999
<script src="bower_components/lodash/lodash.js"></script>
100100
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
101101
<script src="bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js"></script>

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"angular-touch": "1.5.11",
1414
"angular-route": "1.5.11",
1515
"angular-bootstrap": "0.14.3",
16-
"angular-patternfly": "3.18.1",
16+
"angular-patternfly": "3.21.0",
1717
"uri.js": "1.18.0",
1818
"moment": "2.14.2",
1919
"moment-timezone": "0.5.3",
20-
"patternfly": "3.18.1",
20+
"patternfly": "3.21.0",
2121
"hawtio-core": "2.0.37",
2222
"hawtio-extension-service": "2.0.2",
2323
"jquery": "2.1.4",
@@ -55,8 +55,8 @@
5555
"resolutions": {
5656
"angular-bootstrap": "0.14.3",
5757
"d3": "3.5.17",
58-
"patternfly": "3.18.1",
59-
"angular-patternfly": "3.18.1",
58+
"patternfly": "3.21.0",
59+
"angular-patternfly": "3.21.0",
6060
"patternfly-bootstrap-treeview": "2.1.1",
6161
"angular": "1.5.11",
6262
"kubernetes-object-describer": "1.0.4",

dist/scripts/vendor.js

+377-166
Large diffs are not rendered by default.
78.9 KB
Binary file not shown.

dist/styles/fonts/OpenSans-Bold-webfont.svg

+19,025-1,827
182 KB
Binary file not shown.
74.6 KB
Binary file not shown.
62.2 KB
Binary file not shown.
Binary file not shown.

dist/styles/fonts/OpenSans-BoldItalic-webfont.svg

+19,033-1,827
Binary file not shown.
Binary file not shown.
Binary file not shown.
77.4 KB
Binary file not shown.

dist/styles/fonts/OpenSans-ExtraBold-webfont.svg

+19,027-1,827
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dist/styles/fonts/OpenSans-ExtraBoldItalic-webfont.svg

+19,033-1,827
Binary file not shown.
Binary file not shown.
Binary file not shown.
74.8 KB
Binary file not shown.

dist/styles/fonts/OpenSans-Italic-webfont.svg

+19,040-1,827
170 KB
Binary file not shown.
Binary file not shown.
58.5 KB
Binary file not shown.
77.9 KB
Binary file not shown.

dist/styles/fonts/OpenSans-Light-webfont.svg

+19,023-1,828
181 KB
Binary file not shown.
73.9 KB
Binary file not shown.
61.7 KB
Binary file not shown.
Binary file not shown.

dist/styles/fonts/OpenSans-LightItalic-webfont.svg

+19,036-1,832
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dist/styles/fonts/OpenSans-Regular-webfont.svg

+19,027-1,828
175 KB
Binary file not shown.
71.7 KB
Binary file not shown.
60.5 KB
Binary file not shown.
78.7 KB
Binary file not shown.

dist/styles/fonts/OpenSans-Semibold-webfont.svg

+19,027-1,827
Binary file not shown.
73.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

dist/styles/fonts/OpenSans-SemiboldItalic-webfont.svg

+19,040-1,827
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.57 KB
Binary file not shown.

dist/styles/fonts/PatternFlyIcons-webfont.svg

+2
1.57 KB
Binary file not shown.
1.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)