Makefile: Update Cockpit lib to 947f1753867e3924b9617aaace936225
Update to PF5 and the new cockpit lib API. Closes #646
This commit is contained in:
parent
6ab10901a4
commit
b2bdaac5b2
3 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
import "cockpit-dark-theme";
|
||||
import "patternfly/patternfly-4-cockpit.scss";
|
||||
import "patternfly/patternfly-5-cockpit.scss";
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
|
@ -30,7 +30,7 @@ import { Application } from './app.jsx';
|
|||
* out of the dist/index.js and since it will maintain the order of the imported CSS,
|
||||
* the overrides will be correctly in the end of our stylesheet.
|
||||
*/
|
||||
import "patternfly/patternfly-4-overrides.scss";
|
||||
import "patternfly/patternfly-5-overrides.scss";
|
||||
import './app.scss';
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue