Skip to content

Commit 23462f1

Browse files
committedFeb 21, 2017
Updating PatternFly and Angular-PatternFly to v3.21.0
1 parent 8c3bb14 commit 23462f1

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>

0 commit comments

Comments
 (0)
Please sign in to comment.