Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
CSS: Add missing patterfly.css and patternfly.woff to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevjd committed Dec 10, 2021
1 parent b6dc5dc commit aebd787
Show file tree
Hide file tree
Showing 8 changed files with 726 additions and 61 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cockpit-docker
rm -rf $HOME/.local/share/cockpit/docker

# Link as user module
rm $PWD/dist/docker/*test*
mkdir -p ~/.local/share/cockpit
ln -snf $PWD/dist/docker $HOME/.local/share/cockpit/docker

Expand Down
726 changes: 672 additions & 54 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"bootstrap-select": "1.13.12",
"c3": "0.4.24",
"d3": "3.5.17",
"deep-equal": "1.1.1",
Expand All @@ -22,7 +23,6 @@
"patternfly": "3.59.4",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "2.39.13",
"bootstrap-select": "1.13.12",
"prop-types": "15.7.2",
"qunit": "2.9.3",
"qunit-tap": "1.5.1",
Expand All @@ -33,6 +33,7 @@
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"remarkable": "2.0.0",
"remove-files-webpack-plugin": "^1.4.5",
"throttle-debounce": "2.1.0",
"uuid": "3.4.0",
"xterm": "4.4.0"
Expand Down
45 changes: 45 additions & 0 deletions pkg/docker/css/patternfly.css

Large diffs are not rendered by default.

Binary file added pkg/docker/fonts/fontawesome.woff
Binary file not shown.
Binary file added pkg/docker/fonts/glyphicons.woff
Binary file not shown.
Binary file added pkg/docker/fonts/patternfly.woff
Binary file not shown.
12 changes: 6 additions & 6 deletions pkg/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<title translate="yes">Containers</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../base1/patternfly.css" type="text/css" rel="stylesheet">
<link href="docker.css" type="text/css" rel="stylesheet" id="term-style">
<script src="js/jquery.js"></script>
<script src="../base1/cockpit.js"></script>
<script src="../*/po.js"></script>
<script src="docker.js"></script>
<link href="css/patternfly.css" type="text/css" rel="stylesheet" crossorigin="anonymous">
<link href="docker.css" type="text/css" rel="stylesheet" id="term-style" crossorigin="anonymous">
<script src="js/jquery.js" crossorigin="anonymous"></script>
<script src="../base1/cockpit.js" crossorigin="anonymous"></script>
<script src="../*/po.js" crossorigin="anonymous"></script>
<script src="docker.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous">
<script src="js/bootstrap.min.js" crossorigin="anonymous"></script>
</head>
Expand Down

0 comments on commit aebd787

Please sign in to comment.