Skip to content

Commit c990f3c

Browse files
Update directives to align with PatternFly documentation terminology
This change is not backwards compatible. The following name changes are made: pf-utilization-chart to pf-utlization-trend-chart pf-simple-filter to pf-filter pf-simple-filter-results to pf-filter-results pf-notification to pf-inline-notification pf-simple-sort to pf-sort pf-data-list to pf-list-view pf-data-tiles to pf-card-view CSS selectors have also been changed from pf-<xxx> to <xxx>-pf to be more inline with PatternFly conventions. Fixes
1 parent 49254f2 commit c990f3c

File tree

79 files changed

+3133
-3157
lines changed

Some content is hidden

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

79 files changed

+3133
-3157
lines changed

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ module.exports = function (grunt) {
184184
src: ['sort/**/*.html'],
185185
dest: 'templates/sort.js'
186186
},
187+
'patternfly.toolbars': {
188+
cwd: 'src/',
189+
src: ['toolbars/**/*.html'],
190+
dest: 'templates/toolbars.js'
191+
},
187192
'patternfly.views': {
188193
cwd: 'src/',
189194
src: ['views/**/*.html'],

0 commit comments

Comments
 (0)