mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-27 23:54:20 +02:00
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.
This commit is contained in:
commit
d70d66f650
@ -1,3 +1,3 @@
|
|||||||
## Cockpit Navigator 0.5.8-2
|
## Cockpit Navigator 0.5.9-1
|
||||||
|
|
||||||
* Add file and coreutils dependencies.
|
* Fix CSS for Cockpit 273 and greater
|
@ -3,8 +3,8 @@
|
|||||||
"name": "cockpit-navigator",
|
"name": "cockpit-navigator",
|
||||||
"title": "Cockpit Navigator",
|
"title": "Cockpit Navigator",
|
||||||
"prerelease": false,
|
"prerelease": false,
|
||||||
"version": "0.5.8",
|
"version": "0.5.9",
|
||||||
"buildVersion": "2",
|
"buildVersion": "1",
|
||||||
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
"url": "https://github.com/45Drives/cockpit-navigator",
|
"url": "https://github.com/45Drives/cockpit-navigator",
|
||||||
"category": "utils",
|
"category": "utils",
|
||||||
@ -59,8 +59,8 @@
|
|||||||
],
|
],
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"urgency": "medium",
|
"urgency": "medium",
|
||||||
"version": "0.5.8",
|
"version": "0.5.9",
|
||||||
"buildVersion": "2",
|
"buildVersion": "1",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"date": null,
|
"date": null,
|
||||||
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
|
BIN
navigator/cockpit.css.gz
Normal file
BIN
navigator/cockpit.css.gz
Normal file
Binary file not shown.
@ -22,7 +22,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<base href=".">
|
<base href=".">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link href="../base1/cockpit.css" type="text/css" rel="stylesheet">
|
<link rel="stylesheet" type="text/css" href="./cockpit.css">
|
||||||
<link href="style.css" type="text/css" rel="stylesheet">
|
<link href="style.css" type="text/css" rel="stylesheet">
|
||||||
<link href="fontawesome/css/all.min.css" rel="stylesheet">
|
<link href="fontawesome/css/all.min.css" rel="stylesheet">
|
||||||
<script src="fontawesome/attribution.js"></script>
|
<script src="fontawesome/attribution.js"></script>
|
||||||
|
@ -32,6 +32,8 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
|
||||||
|
- Fix CSS for Cockpit 273 and greater
|
||||||
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
||||||
- Add file and coreutils dependencies.
|
- Add file and coreutils dependencies.
|
||||||
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
|
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
|
||||||
|
@ -32,6 +32,8 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
|
||||||
|
- Fix CSS for Cockpit 273 and greater
|
||||||
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
||||||
- Add file and coreutils dependencies.
|
- Add file and coreutils dependencies.
|
||||||
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
|
* Wed Dec 01 2021 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-1
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
cockpit-navigator (0.5.9-1focal) focal; urgency=medium
|
||||||
|
|
||||||
|
* Fix CSS for Cockpit 273 and greater
|
||||||
|
|
||||||
|
-- Joshua Boudreau <jboudreau@45drives.com> Fri, 05 Aug 2022 12:53:34 -0300
|
||||||
|
|
||||||
cockpit-navigator (0.5.8-2focal) focal; urgency=medium
|
cockpit-navigator (0.5.8-2focal) focal; urgency=medium
|
||||||
|
|
||||||
* Add file and coreutils dependencies.
|
* Add file and coreutils dependencies.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user