From c844d353195fb28c71a09251b790a727381279e0 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Wed, 21 Dec 2022 11:39:33 +0100 Subject: [PATCH] Bring in tabular fonts and bump cockpit lib --- Makefile | 2 +- src/index.html | 4 ++-- src/index.js | 1 + test/reference | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8b55f015d..94d77b0a6 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 0096c3cb82452fec7576e223d7cb2f33162663d1 # 280 + disallowed-users test fix +COCKPIT_REPO_COMMIT = 83d2ca1295a47c4d2c5a2904a27f8087d2641657 # 282.1 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' diff --git a/src/index.html b/src/index.html index e4f95227a..0026636ca 100644 --- a/src/index.html +++ b/src/index.html @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with this package; If not, see . --> - + Podman containers @@ -29,7 +29,7 @@ - +
diff --git a/src/index.js b/src/index.js index eb46bf2c9..46ac8f843 100644 --- a/src/index.js +++ b/src/index.js @@ -17,6 +17,7 @@ * along with Cockpit; If not, see . */ +import "cockpit-dark-theme"; import React from 'react'; import { createRoot } from 'react-dom/client'; import 'patternfly/patternfly-4-cockpit.scss'; diff --git a/test/reference b/test/reference index 8c35a6291..5b6e16c04 160000 --- a/test/reference +++ b/test/reference @@ -1 +1 @@ -Subproject commit 8c35a6291083488c661626c3f4d2320e96c63bf4 +Subproject commit 5b6e16c04891afc45062481497d8c98e24488661