- New version 70. Changes since 53 include,
* Add ability to prune unused containers * Translation updates * Container list can be sorted * Custom healthcheck actions * Dark theme support * Pod CPU, memory, port and volume details * Create new pod group functionality * Show all containers by default * Stability and performance improvements - load-css-overrides.patch: refreshed OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-podman?expand=0&rev=30
This commit is contained in:
parent
7119edbdd1
commit
8049a24412
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31d954ee2cc6536ddcc0d17c22a96748c54e36c4c3551dfb403b208f4a6bd6b0
|
|
||||||
size 204791
|
|
3
cockpit-podman-70.tar.gz
Normal file
3
cockpit-podman-70.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9c36641919015b150c2f726d1b11598644f56afacb9d139be257e07dfe4ab1e
|
||||||
|
size 234004
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 16 10:18:09 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
- New version 70. Changes since 53 include,
|
||||||
|
* Add ability to prune unused containers
|
||||||
|
* Translation updates
|
||||||
|
* Container list can be sorted
|
||||||
|
* Custom healthcheck actions
|
||||||
|
* Dark theme support
|
||||||
|
* Pod CPU, memory, port and volume details
|
||||||
|
* Create new pod group functionality
|
||||||
|
* Show all containers by default
|
||||||
|
* Stability and performance improvements
|
||||||
|
- load-css-overrides.patch: refreshed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 20 10:11:52 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
Tue Sep 20 10:11:52 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cockpit-podman
|
# spec file for package cockpit-podman
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cockpit-podman
|
Name: cockpit-podman
|
||||||
Version: 53
|
Version: 70
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cockpit component for Podman containers
|
Summary: Cockpit component for Podman containers
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
@ -9,18 +9,15 @@ described at https://github.com/cockpit-project/cockpit/pull/17437
|
|||||||
src/index.html | 1 +
|
src/index.html | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
diff --git a/src/index.html b/src/index.html
|
Index: cockpit-podman-70/src/index.html
|
||||||
index 6963aaf..01ec06d 100644
|
===================================================================
|
||||||
--- a/src/index.html
|
--- cockpit-podman-70.orig/src/index.html
|
||||||
+++ b/src/index.html
|
+++ cockpit-podman-70/src/index.html
|
||||||
@@ -23,6 +23,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>.
|
@@ -23,6 +23,7 @@ along with this package; If not, see <ht
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="stylesheet" href="index.css">
|
<link rel="stylesheet" href="index.css">
|
||||||
+ <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet">
|
+ <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet">
|
||||||
|
|
||||||
<script type="text/javascript" src="../base1/cockpit.js"></script>
|
<script type="text/javascript" src="index.js"></script>
|
||||||
<script type="text/javascript" src="po.js"></script>
|
<script type="text/javascript" src="po.js"></script>
|
||||||
--
|
|
||||||
2.36.1
|
|
||||||
|
|
||||||
|
BIN
node_modules.obscpio
(Stored with Git LFS)
BIN
node_modules.obscpio
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
13467
package-lock.json
generated
13467
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user