51af3e5 Issue 49999 - Integrate React structure into cockpit-389-ds

Authored and Committed by spichugi 5 years ago
91 files changed. 429 lines added. 300 lines removed.
Makefile.am
file modified
+22 -1
rpm.mk
file modified
+9 -2
rpm/389-ds-base.spec.in
file modified
+4 -1
src/cockpit/389-console/.babelrc
file added
+4
src/cockpit/389-console/.eslintignore
file added
+1
src/cockpit/389-console/.eslintrc.json
file added
+52
src/cockpit/389-console/js/plugins.js
file removed
-24
src/cockpit/389-console/node_modules.mk
file added
+9
src/cockpit/389-console/org.cockpit-project.389-console.metainfo.xml
file added
+15
src/cockpit/389-console/package.json
file added
+50
src/cockpit/389-console/plugins.html
file removed
-258
src/cockpit/389-console/src/backend.htmlsrc/cockpit/389-console/backend.html
file renamed
+0 -0
src/cockpit/389-console/src/backend.jssrc/cockpit/389-console/js/backend.js
file renamed
+0 -0
src/cockpit/389-console/src/banner.htmlsrc/cockpit/389-console/banner.html
file renamed
+0 -0
src/cockpit/389-console/src/css/ds.csssrc/cockpit/389-console/css/ds.css
file renamed
+0 -0
src/cockpit/389-console/src/ds.jssrc/cockpit/389-console/js/ds.js
file renamed
+4 -1
src/cockpit/389-console/src/fonts/OpenSans-Bold-webfont.woffsrc/cockpit/389-console/fonts/OpenSans-Bold-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Bold-webfont.woff2src/cockpit/389-console/fonts/OpenSans-Bold-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-BoldItalic-webfont.woff2src/cockpit/389-console/fonts/OpenSans-BoldItalic-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Italic-webfont.woffsrc/cockpit/389-console/fonts/OpenSans-Italic-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Italic-webfont.woff2src/cockpit/389-console/fonts/OpenSans-Italic-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Light-webfont.ttfsrc/cockpit/389-console/fonts/OpenSans-Light-webfont.ttf
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Light-webfont.woffsrc/cockpit/389-console/fonts/OpenSans-Light-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Light-webfont.woff2src/cockpit/389-console/fonts/OpenSans-Light-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Regular-webfont.ttfsrc/cockpit/389-console/fonts/OpenSans-Regular-webfont.ttf
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Regular-webfont.woffsrc/cockpit/389-console/fonts/OpenSans-Regular-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Regular-webfont.woff2src/cockpit/389-console/fonts/OpenSans-Regular-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Semibold-webfont.ttfsrc/cockpit/389-console/fonts/OpenSans-Semibold-webfont.ttf
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Semibold-webfont.woffsrc/cockpit/389-console/fonts/OpenSans-Semibold-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-Semibold-webfont.woff2src/cockpit/389-console/fonts/OpenSans-Semibold-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/OpenSans-SemiboldItalic-webfont.woffsrc/cockpit/389-console/fonts/OpenSans-SemiboldItalic-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/PatternFlyIcons-webfont.ttfsrc/cockpit/389-console/fonts/PatternFlyIcons-webfont.ttf
file renamed
+0 -0
src/cockpit/389-console/src/fonts/PatternFlyIcons-webfont.woffsrc/cockpit/389-console/fonts/PatternFlyIcons-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/fontawesome-webfont.woffsrc/cockpit/389-console/fonts/fontawesome-webfont.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/fontawesome-webfont.woff2src/cockpit/389-console/fonts/fontawesome-webfont.woff2
file renamed
+0 -0
src/cockpit/389-console/src/fonts/glyphicons-halflings-regular.woffsrc/cockpit/389-console/fonts/glyphicons-halflings-regular.woff
file renamed
+0 -0
src/cockpit/389-console/src/fonts/glyphicons-halflings-regular.woff2src/cockpit/389-console/fonts/glyphicons-halflings-regular.woff2
file renamed
+0 -0
src/cockpit/389-console/src/images/sort_asc.pngsrc/cockpit/389-console/images/sort_asc.png
file renamed
+0 -0
src/cockpit/389-console/src/images/sort_asc_disabled.pngsrc/cockpit/389-console/images/sort_asc_disabled.png
file renamed
+0 -0
src/cockpit/389-console/src/images/sort_both.pngsrc/cockpit/389-console/images/sort_both.png
file renamed
+0 -0
src/cockpit/389-console/src/images/sort_desc.pngsrc/cockpit/389-console/images/sort_desc.png
file renamed
+0 -0
src/cockpit/389-console/src/images/sort_desc_disabled.pngsrc/cockpit/389-console/images/sort_desc_disabled.png
file renamed
+0 -0
src/cockpit/389-console/src/index.htmlsrc/cockpit/389-console/index.html
file renamed
+13 -12
src/cockpit/389-console/src/manifest.jsonsrc/cockpit/389-console/manifest.json
file renamed
+1 -1
src/cockpit/389-console/src/monitor.htmlsrc/cockpit/389-console/monitor.html
file renamed
+0 -0
src/cockpit/389-console/src/monitor.jssrc/cockpit/389-console/js/monitor.js
file renamed
+0 -0
src/cockpit/389-console/src/plugins.es6
file added
+10
src/cockpit/389-console/src/plugins.html
file added
+18
src/cockpit/389-console/src/plugins.jsx
file added
+53
src/cockpit/389-console/src/plugins.scss
file added
+3
src/cockpit/389-console/src/replication.htmlsrc/cockpit/389-console/replication.html
file renamed
+0 -0
src/cockpit/389-console/src/replication.jssrc/cockpit/389-console/js/replication.js
file renamed
+0 -0
src/cockpit/389-console/src/rhds-banner.htmlsrc/cockpit/389-console/rhds-banner.html
file renamed
+0 -0
src/cockpit/389-console/src/schema.htmlsrc/cockpit/389-console/schema.html
file renamed
+0 -0
src/cockpit/389-console/src/schema.jssrc/cockpit/389-console/js/schema.js
file renamed
+0 -0
src/cockpit/389-console/src/security.htmlsrc/cockpit/389-console/security.html
file renamed
+0 -0
src/cockpit/389-console/src/security.jssrc/cockpit/389-console/js/security.js
file renamed
+0 -0
src/cockpit/389-console/src/servers.htmlsrc/cockpit/389-console/servers.html
file renamed
+0 -0
src/cockpit/389-console/src/servers.jssrc/cockpit/389-console/js/servers.js
file renamed
+0 -0
src/cockpit/389-console/src/static/32px.pngsrc/cockpit/389-console/static/32px.png
file renamed
+0 -0
src/cockpit/389-console/src/static/40px.pngsrc/cockpit/389-console/static/40px.png
file renamed
+0 -0
src/cockpit/389-console/src/static/bootpopup.min.jssrc/cockpit/389-console/static/bootpopup.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/bootstrap-theme.min.csssrc/cockpit/389-console/static/bootstrap-theme.min.css
file renamed
+0 -0
src/cockpit/389-console/src/static/bootstrap-theme.min.css.mapsrc/cockpit/389-console/static/bootstrap-theme.min.css.map
file renamed
+0 -0
src/cockpit/389-console/src/static/bootstrap.min.csssrc/cockpit/389-console/static/bootstrap.min.css
file renamed
+0 -0
src/cockpit/389-console/src/static/bootstrap.min.css.mapsrc/cockpit/389-console/static/bootstrap.min.css.map
file renamed
+0 -0
src/cockpit/389-console/src/static/bootstrap.min.jssrc/cockpit/389-console/static/bootstrap.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/c3.min.jssrc/cockpit/389-console/static/c3.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/d3.min.jssrc/cockpit/389-console/static/d3.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/dataTables.datetime-moment.jssrc/cockpit/389-console/static/dataTables.datetime-moment.js
file renamed
+0 -0
src/cockpit/389-console/src/static/images/ui-icons_444444_256x240.pngsrc/cockpit/389-console/static/images/ui-icons_444444_256x240.png
file renamed
+0 -0
src/cockpit/389-console/src/static/images/ui-icons_555555_256x240.pngsrc/cockpit/389-console/static/images/ui-icons_555555_256x240.png
file renamed
+0 -0
src/cockpit/389-console/src/static/images/ui-icons_777620_256x240.pngsrc/cockpit/389-console/static/images/ui-icons_777620_256x240.png
file renamed
+0 -0
src/cockpit/389-console/src/static/images/ui-icons_777777_256x240.pngsrc/cockpit/389-console/static/images/ui-icons_777777_256x240.png
file renamed
+0 -0
src/cockpit/389-console/src/static/images/ui-icons_cc0000_256x240.pngsrc/cockpit/389-console/static/images/ui-icons_cc0000_256x240.png
file renamed
+0 -0
src/cockpit/389-console/src/static/images/ui-icons_ffffff_256x240.pngsrc/cockpit/389-console/static/images/ui-icons_ffffff_256x240.png
file renamed
+0 -0
src/cockpit/389-console/src/static/jquery-3.3.1.min.jssrc/cockpit/389-console/static/jquery-3.3.1.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/jquery.dataTables.min.csssrc/cockpit/389-console/static/jquery.dataTables.min.css
file renamed
+0 -0
src/cockpit/389-console/src/static/jquery.dataTables.min.jssrc/cockpit/389-console/static/jquery.dataTables.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/jquery.dataTables.select.min.jssrc/cockpit/389-console/static/jquery.dataTables.select.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/jquery.timepicker.min.csssrc/cockpit/389-console/static/jquery.timepicker.min.css
file renamed
+0 -0
src/cockpit/389-console/src/static/jquery.timepicker.min.jssrc/cockpit/389-console/static/jquery.timepicker.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/jstree.min.jssrc/cockpit/389-console/static/jstree.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/moment.min.jssrc/cockpit/389-console/static/moment.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/page.min.csssrc/cockpit/389-console/static/page.min.css
file renamed
+0 -0
src/cockpit/389-console/src/static/patternfly-additions.csssrc/cockpit/389-console/static/patternfly-additions.css
file renamed
+0 -0
src/cockpit/389-console/src/static/patternfly.csssrc/cockpit/389-console/static/patternfly.css
file renamed
+0 -0
src/cockpit/389-console/src/static/patternfly.min.jssrc/cockpit/389-console/static/patternfly.min.js
file renamed
+0 -0
src/cockpit/389-console/src/static/style.min.csssrc/cockpit/389-console/static/style.min.css
file renamed
+0 -0
src/cockpit/389-console/src/static/throbber.gifsrc/cockpit/389-console/static/throbber.gif
file renamed
+0 -0
src/cockpit/389-console/webpack.config.js
file added
+161
    Issue 49999 - Integrate React structure into cockpit-389-ds
    
    Description: Refactor the existing 389-console Cockpit plugin structure
    so it uses React, Babel, Eslint.
    Add Makefile targets and refactor spec-file accordingly.
    Add python3-policycoreutils, npm and nodejs to BuildRequires.
    Put blank Plugins page which work in React and uses Cockpit API.
    
    Reviewed by: mreynolds, vashirov, mhonek (Thanks!)
    
    https://pagure.io/389-ds-base/issue/49999
    
        
file modified
+22 -1
file modified
+9 -2
file modified
+4 -1
src/cockpit/389-console/src/backend.html src/cockpit/389-console/backend.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/backend.js src/cockpit/389-console/js/backend.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/banner.html src/cockpit/389-console/banner.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/css/ds.css src/cockpit/389-console/css/ds.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/ds.js src/cockpit/389-console/js/ds.js
file renamed
+4 -1
src/cockpit/389-console/src/fonts/OpenSans-Bold-webfont.woff src/cockpit/389-console/fonts/OpenSans-Bold-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Bold-webfont.woff2 src/cockpit/389-console/fonts/OpenSans-Bold-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-BoldItalic-webfont.woff2 src/cockpit/389-console/fonts/OpenSans-BoldItalic-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Italic-webfont.woff src/cockpit/389-console/fonts/OpenSans-Italic-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Italic-webfont.woff2 src/cockpit/389-console/fonts/OpenSans-Italic-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Light-webfont.ttf src/cockpit/389-console/fonts/OpenSans-Light-webfont.ttf
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Light-webfont.woff src/cockpit/389-console/fonts/OpenSans-Light-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Light-webfont.woff2 src/cockpit/389-console/fonts/OpenSans-Light-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Regular-webfont.ttf src/cockpit/389-console/fonts/OpenSans-Regular-webfont.ttf
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Regular-webfont.woff src/cockpit/389-console/fonts/OpenSans-Regular-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Regular-webfont.woff2 src/cockpit/389-console/fonts/OpenSans-Regular-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Semibold-webfont.ttf src/cockpit/389-console/fonts/OpenSans-Semibold-webfont.ttf
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Semibold-webfont.woff src/cockpit/389-console/fonts/OpenSans-Semibold-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-Semibold-webfont.woff2 src/cockpit/389-console/fonts/OpenSans-Semibold-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/OpenSans-SemiboldItalic-webfont.woff src/cockpit/389-console/fonts/OpenSans-SemiboldItalic-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/PatternFlyIcons-webfont.ttf src/cockpit/389-console/fonts/PatternFlyIcons-webfont.ttf
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/PatternFlyIcons-webfont.woff src/cockpit/389-console/fonts/PatternFlyIcons-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/fontawesome-webfont.woff src/cockpit/389-console/fonts/fontawesome-webfont.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/fontawesome-webfont.woff2 src/cockpit/389-console/fonts/fontawesome-webfont.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/glyphicons-halflings-regular.woff src/cockpit/389-console/fonts/glyphicons-halflings-regular.woff
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/fonts/glyphicons-halflings-regular.woff2 src/cockpit/389-console/fonts/glyphicons-halflings-regular.woff2
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/images/sort_asc.png src/cockpit/389-console/images/sort_asc.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/images/sort_asc_disabled.png src/cockpit/389-console/images/sort_asc_disabled.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/images/sort_both.png src/cockpit/389-console/images/sort_both.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/images/sort_desc.png src/cockpit/389-console/images/sort_desc.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/images/sort_desc_disabled.png src/cockpit/389-console/images/sort_desc_disabled.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/index.html src/cockpit/389-console/index.html
file renamed
+13 -12
src/cockpit/389-console/src/manifest.json src/cockpit/389-console/manifest.json
file renamed
+1 -1
src/cockpit/389-console/src/monitor.html src/cockpit/389-console/monitor.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/monitor.js src/cockpit/389-console/js/monitor.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/replication.html src/cockpit/389-console/replication.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/replication.js src/cockpit/389-console/js/replication.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/rhds-banner.html src/cockpit/389-console/rhds-banner.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/schema.html src/cockpit/389-console/schema.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/schema.js src/cockpit/389-console/js/schema.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/security.html src/cockpit/389-console/security.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/security.js src/cockpit/389-console/js/security.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/servers.html src/cockpit/389-console/servers.html
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/servers.js src/cockpit/389-console/js/servers.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/32px.png src/cockpit/389-console/static/32px.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/40px.png src/cockpit/389-console/static/40px.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/bootpopup.min.js src/cockpit/389-console/static/bootpopup.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/bootstrap-theme.min.css src/cockpit/389-console/static/bootstrap-theme.min.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/bootstrap-theme.min.css.map src/cockpit/389-console/static/bootstrap-theme.min.css.map
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/bootstrap.min.css src/cockpit/389-console/static/bootstrap.min.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/bootstrap.min.css.map src/cockpit/389-console/static/bootstrap.min.css.map
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/bootstrap.min.js src/cockpit/389-console/static/bootstrap.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/c3.min.js src/cockpit/389-console/static/c3.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/d3.min.js src/cockpit/389-console/static/d3.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/dataTables.datetime-moment.js src/cockpit/389-console/static/dataTables.datetime-moment.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/images/ui-icons_444444_256x240.png src/cockpit/389-console/static/images/ui-icons_444444_256x240.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/images/ui-icons_555555_256x240.png src/cockpit/389-console/static/images/ui-icons_555555_256x240.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/images/ui-icons_777620_256x240.png src/cockpit/389-console/static/images/ui-icons_777620_256x240.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/images/ui-icons_777777_256x240.png src/cockpit/389-console/static/images/ui-icons_777777_256x240.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/images/ui-icons_cc0000_256x240.png src/cockpit/389-console/static/images/ui-icons_cc0000_256x240.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/images/ui-icons_ffffff_256x240.png src/cockpit/389-console/static/images/ui-icons_ffffff_256x240.png
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jquery-3.3.1.min.js src/cockpit/389-console/static/jquery-3.3.1.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jquery.dataTables.min.css src/cockpit/389-console/static/jquery.dataTables.min.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jquery.dataTables.min.js src/cockpit/389-console/static/jquery.dataTables.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jquery.dataTables.select.min.js src/cockpit/389-console/static/jquery.dataTables.select.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jquery.timepicker.min.css src/cockpit/389-console/static/jquery.timepicker.min.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jquery.timepicker.min.js src/cockpit/389-console/static/jquery.timepicker.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/jstree.min.js src/cockpit/389-console/static/jstree.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/moment.min.js src/cockpit/389-console/static/moment.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/page.min.css src/cockpit/389-console/static/page.min.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/patternfly-additions.css src/cockpit/389-console/static/patternfly-additions.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/patternfly.css src/cockpit/389-console/static/patternfly.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/patternfly.min.js src/cockpit/389-console/static/patternfly.min.js
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/style.min.css src/cockpit/389-console/static/style.min.css
file renamed
file was renamed with no change to the file
src/cockpit/389-console/src/static/throbber.gif src/cockpit/389-console/static/throbber.gif
file renamed
file was renamed with no change to the file