mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +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) {
|
foreach ($settings as $key => $value) {
|
||||||
$obj->settings[$key] = $value;
|
$obj->settings[$key] = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $obj;
|
return $obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,7 +60,6 @@ class DirectorDatafield extends DbObjectWithSettings
|
|||||||
return $this->object;
|
return $this->object;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function getFormElement(DirectorObjectForm $form, $name = null)
|
public function getFormElement(DirectorObjectForm $form, $name = null)
|
||||||
{
|
{
|
||||||
$className = $this->get('datatype');
|
$className = $this->get('datatype');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user