mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-24 14:24:42 +02:00
DirectorDatafield: just newlines
This commit is contained in:
parent
8dabfef378
commit
792e58abae
@ -46,6 +46,7 @@ class DirectorDatafield extends DbObjectWithSettings
|
||||
foreach ($settings as $key => $value) {
|
||||
$obj->settings[$key] = $value;
|
||||
}
|
||||
|
||||
return $obj;
|
||||
}
|
||||
|
||||
@ -59,7 +60,6 @@ class DirectorDatafield extends DbObjectWithSettings
|
||||
return $this->object;
|
||||
}
|
||||
|
||||
|
||||
public function getFormElement(DirectorObjectForm $form, $name = null)
|
||||
{
|
||||
$className = $this->get('datatype');
|
||||
|
Loading…
x
Reference in New Issue
Block a user