Skip to content

Commit

Permalink
Bring in tabular fonts and bump cockpit lib
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou authored Dec 21, 2022
1 parent 7ad2969 commit c844d35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public License
along with this package; If not, see <http://www.gnu.org/licenses/>.
-->
<html class="pf-m-dark" lang="en">
<html id="podman-page" class="pf-theme-dark" lang="en">
<head>
<title translatable="yes">Podman containers</title>
<meta charset="utf-8">
Expand All @@ -29,7 +29,7 @@
<script type="text/javascript" src="../manifests.js"></script>
</head>

<body class="pf-m-redhat-font">
<body class="pf-m-redhat-font pf-m-tabular-nums">
<div class="ct-page-fill" id="app">
</div>
</body>
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
*/

import "cockpit-dark-theme";
import React from 'react';
import { createRoot } from 'react-dom/client';
import 'patternfly/patternfly-4-cockpit.scss';
Expand Down

0 comments on commit c844d35

Please sign in to comment.