Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 2dee9e6

Browse files
0.2.0.233
1 parent eed4305 commit 2dee9e6

File tree

4 files changed

+2864
-634
lines changed

4 files changed

+2864
-634
lines changed

zfs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
* This file is part of Cockpit ZFS Manager.
44
*
5-
* Copyright (C) 2019 OPTIMANS Pty Ltd.
5+
* Copyright (C) 2019-2020 OPTIMANS Pty Ltd.
66
*
77
* Cockpit ZFS Manager is free software; you can redistribute it and/or modify it
88
* under the terms of the GNU Lesser General Public License as published by the
@@ -38,7 +38,8 @@
3838
<body>
3939
<div id="alerts-requirements" class="blank-slate-pf blank-slate-ct hidden"></div>
4040
<div id="container" class="container-fluid hidden">
41-
<div id="alerts-notifications" class="toast-notifications-list-pf"></div>
41+
<ul id="alerts-notifications" class="pf-c-alert-group pf-m-toast"></ul>
42+
<div id="alerts-notifications-legacy" class="toast-notifications-list-pf"></div>
4243
<div>
4344
<section class="ct-listing">
4445
<header>

zfs/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 0.1,
2+
"version": "0.2",
33
"name": "zfs",
44
"priority": 100,
55
"requires": {
@@ -11,11 +11,11 @@
1111
"order": 31,
1212
"keywords": [
1313
{
14-
"matches": [ "@feature", "alt root", "checksum", "clone", "dataset", "deduplication", "disk", "drive", "encryption", "features", "filesystem", "mount", "nfs", "pool", "raid-z", "refreservation", "resilver", "samba", "share", "scrub", "snapshot", "storage pool", "trim", "unmount", "vdev", "raidz", "virtual device", "zfs manager", "zfs", "zpool" ]
14+
"matches": [ "@feature", "alt root", "cache", "checksum", "clone", "dataset", "deduplication", "disk", "drive", "encryption", "features", "filesystem", "mirror", "mount", "nfs", "pool", "raid-z", "refreservation", "resilver", "samba", "share", "scrub", "snapshot", "spare", "special", "storage pool", "trim", "unmount", "vdev", "raidz", "virtual device", "zfs manager", "zfs", "zpool" ]
1515
}
1616
]
1717

1818
}
1919
},
20-
"content-security-policy": "default-src 'self'; script-src 'self' 'nonce-1t55lZ7tzuKTreHVNwE66Ox32Mc='; style-src 'self'"
20+
"content-security-policy": "connect-src 'self' https://api.github.com/repos/optimans/cockpit-zfs-manager/releases; default-src 'self'; script-src 'self' 'nonce-1t55lZ7tzuKTreHVNwE66Ox32Mc='; style-src 'self'"
2121
}

0 commit comments

Comments
 (0)