Skip to content

Commit d70d66f

Browse files
authored
Merge pull request #49 from 45Drives/fix-import-paternfly
include cockpit.css with plugin dist to fix break from Cockpit 273 and higher no longer supplying it.
2 parents ba615bd + 2240762 commit d70d66f

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Cockpit Navigator 0.5.8-2
1+
## Cockpit Navigator 0.5.9-1
22

3-
* Add file and coreutils dependencies.
3+
* Fix CSS for Cockpit 273 and greater

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "cockpit-navigator",
44
"title": "Cockpit Navigator",
55
"prerelease": false,
6-
"version": "0.5.8",
7-
"buildVersion": "2",
6+
"version": "0.5.9",
7+
"buildVersion": "1",
88
"author": "Josh Boudreau <jboudreau@45drives.com>",
99
"url": "https://github.com/45Drives/cockpit-navigator",
1010
"category": "utils",
@@ -59,8 +59,8 @@
5959
],
6060
"changelog": {
6161
"urgency": "medium",
62-
"version": "0.5.8",
63-
"buildVersion": "2",
62+
"version": "0.5.9",
63+
"buildVersion": "1",
6464
"ignore": [],
6565
"date": null,
6666
"packager": "Josh Boudreau <jboudreau@45drives.com>",

navigator/cockpit.css.gz

79.8 KB
Binary file not shown.

navigator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta charset="utf-8">
2323
<base href=".">
2424
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
25-
<link href="../base1/cockpit.css" type="text/css" rel="stylesheet">
25+
<link rel="stylesheet" type="text/css" href="./cockpit.css">
2626
<link href="style.css" type="text/css" rel="stylesheet">
2727
<link href="fontawesome/css/all.min.css" rel="stylesheet">
2828
<script src="fontawesome/attribution.js"></script>

packaging/el7/main.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ rm -rf %{buildroot}
3232
/usr/share/cockpit/navigator/*
3333

3434
%changelog
35+
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
36+
- Fix CSS for Cockpit 273 and greater
3537
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
3638
- Add file and coreutils dependencies.
3739
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1

packaging/el8/main.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ rm -rf %{buildroot}
3232
/usr/share/cockpit/navigator/*
3333

3434
%changelog
35+
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
36+
- Fix CSS for Cockpit 273 and greater
3537
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
3638
- Add file and coreutils dependencies.
3739
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1

packaging/focal/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cockpit-navigator (0.5.9-1focal) focal; urgency=medium
2+
3+
* Fix CSS for Cockpit 273 and greater
4+
5+
-- Joshua Boudreau <jboudreau@45drives.com> Fri, 05 Aug 2022 12:53:34 -0300
6+
17
cockpit-navigator (0.5.8-2focal) focal; urgency=medium
28

39
* Add file and coreutils dependencies.

0 commit comments

Comments
 (0)