mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 15:49:50 +08:00
fix hidden flag
This commit is contained in:
committed by
Stavros Kois
parent
e5e6c9d224
commit
730fd122d9
@@ -272,12 +272,12 @@ questions:
|
||||
description: Enable ACL for the dataset.
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: false
|
||||
- variable: acl
|
||||
label: ACL Configuration
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
$ref:
|
||||
@@ -352,12 +352,12 @@ questions:
|
||||
description: Enable ACL for the dataset.
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: false
|
||||
- variable: acl
|
||||
label: ACL Configuration
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
$ref:
|
||||
|
||||
Reference in New Issue
Block a user