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

Commit

Permalink
0.3.3.404
Browse files Browse the repository at this point in the history
  • Loading branch information
optimans-corp authored Aug 9, 2020
1 parent 207f9f1 commit 4da8100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zfs/zfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let zfsmanager = {
configuration: false,
name: ""
},
version: "0.3.2.348",
version: "0.3.3.404",
zfs: {
storagepool: {
boot: "",
Expand Down Expand Up @@ -15822,7 +15822,7 @@ function FnModalFileSystemsCreateContent(pool = { name, id, altroot: false, feat
filesystem.passphrase = $("#input-storagepool-filesystems-create-encryption-passphrase-` + pool.id + `").val();
filesystem.readonly = ($("#switch-storagepool-filesystems-create-readonly-` + pool.id + ` input").prop("checked") ? "on" : "off");
filesystem.recordsize = $("#btnspan-storagepool-filesystems-create-recordsize-` + pool.id + `").attr("data-field-value");
filesystem.selinux = ($("#switch-storagepool-filesystems-create-selinux-` + pool.id + ` input").prop("checked") ? "on" : "off");
filesystem.selinux = $("#switch-storagepool-filesystems-create-selinux-` + pool.id + ` input").prop("checked");
filesystem.sharesmb = ($("#switch-storagepool-filesystems-create-samba-share-` + pool.id + ` input").prop("checked") ? "on" : "off");
filesystem.special_small_blocks = $("#btnspan-storagepool-filesystems-create-special_small_blocks-` + pool.id + `").attr("data-field-value");
filesystem.xattr = $("#btnspan-storagepool-filesystems-create-xattr-` + pool.id + `").attr("data-field-value");
Expand Down

0 comments on commit 4da8100

Please sign in to comment.