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

Commit e71c0d3

Browse files
0.1.1.158
1 parent 32e9ff8 commit e71c0d3

File tree

4 files changed

+435
-261
lines changed

4 files changed

+435
-261
lines changed

zfs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<script src="../manifests.js"></script>
3434
<script src="../*/po.js"></script>
3535
<script src="zfs-additions.js"></script>
36-
<script src="zfs.js"></script>
36+
<script nonce="1t55lZ7tzuKTreHVNwE66Ox32Mc=" src="zfs.js"></script>
3737
</head>
3838
<body>
3939
<div id="alerts-requirements" class="blank-slate-pf blank-slate-ct hidden"></div>
@@ -53,11 +53,11 @@ <h3 class="listing-ct-heading">Storage Pools</h3>
5353
<span class="caret"></span>
5454
</button>
5555
<ul class="dropdown-menu dropdown-menu-right" role="menu">
56-
<li class="presentation"><a id="btn-storagepools-filesystems-unlock" class="privileged" data-toggle="modal" data-target="#modal-storagepools-filesystems-unlock" href="#" onclick="return false;" tabIndex="-1">Unlock File Systems</a></li>
56+
<li class="presentation"><a id="btn-storagepools-filesystems-unlock" class="privileged" data-toggle="modal" data-target="#modal-storagepools-filesystems-unlock" tabIndex="-1">Unlock File Systems</a></li>
5757
<li class="divider" role="separator"></li>
58-
<li class="presentation"><a id="btn-configure" class="privileged" data-toggle="modal" data-target="#modal-configure" href="#" onclick="return false;" tabIndex="-1">Configure Cockpit ZFS Manager</a></li>
58+
<li class="presentation"><a id="btn-configure" class="privileged" data-toggle="modal" href="#modal-configure" tabIndex="-1">Configure Cockpit ZFS Manager</a></li>
5959
<li class="divider" role="separator"></li>
60-
<li class="presentation"><a id="btn-about" data-toggle="modal" data-target="#modal-about" href="#" onclick="return false;" tabIndex="-1">About Cockpit ZFS Manager</a></li>
60+
<li class="presentation"><a id="btn-about" data-toggle="modal" href="#modal-about" tabIndex="-1">About Cockpit ZFS Manager</a></li>
6161
</ul>
6262
</div>
6363
</div>

zfs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"order": 31,
1212
"keywords": [
1313
{
14-
"matches": [ "@feature", "alt root", "checksum", "clone", "dataset", "deduplication", "disk", "drive", "encryption", "features", "mount", "nfs", "pool", "raid-z", "refreservation", "resilver", "samba", "scrub", "snapshot", "storage pool", "trim", "unmount", "vdev", "raidz", "virtual device", "zfs manager", "zfs", "zpool", "filesystem" ]
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" ]
1515
}
1616
]
1717

1818
}
1919
},
20-
"content-security-policy": "default-src 'self' 'unsafe-inline' 'unsafe-eval'"
20+
"content-security-policy": "default-src 'self'; script-src 'self' 'nonce-1t55lZ7tzuKTreHVNwE66Ox32Mc='; style-src 'self'"
2121
}

zfs/zfs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ fieldset[disabled] .btn {
236236
word-break: break-all;
237237
}
238238

239+
.select-ct-pool-row-physec {
240+
font-size: var(--pf-global--FontSize--xs);
241+
margin-left: 0px !important;
242+
}
243+
239244
.select-ct-filesystem-row {
240245
align-items: center;
241246
cursor: pointer;

0 commit comments

Comments
 (0)