|
@@ -108,6 +108,16 @@ class ClientAreaSection extends TwiceColumnSection implements AdminArea
|
|
|
$field->setDescription('tip');
|
|
$field->setDescription('tip');
|
|
|
$field->setDefaultValue("on");
|
|
$field->setDefaultValue("on");
|
|
|
$this->addField($field);
|
|
$this->addField($field);
|
|
|
|
|
+ //Snapshot Jobs
|
|
|
|
|
+ $field = new Switcher('customconfigoption[permissionSnapshotJob]');
|
|
|
|
|
+ $field->setDescription('tip');
|
|
|
|
|
+ $field->setDefaultValue("on");
|
|
|
|
|
+ $this->leftSection->addField($field);
|
|
|
|
|
+ //How Often
|
|
|
|
|
+ $field = new Select('customconfigoption[permissionSnapshotJobPeriod][]');
|
|
|
|
|
+ $field->setDescription('tip');
|
|
|
|
|
+ $field->enableMultiple();
|
|
|
|
|
+ $this->rightSection->addField($field);
|
|
|
//Firewall
|
|
//Firewall
|
|
|
$field = new Switcher('customconfigoption[permissionFirewall]');
|
|
$field = new Switcher('customconfigoption[permissionFirewall]');
|
|
|
$field->setDescription('tip');
|
|
$field->setDescription('tip');
|