mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-23 05:44:37 +02:00
Import/ImportSourceSql: typo replaced Resouce with Resource
This commit is contained in:
parent
6c31bc08b7
commit
8ef61d4b3a
@ -24,7 +24,7 @@ class ImportSourceSql extends ImportSourceHook
|
||||
public static function addSettingsFormFields(QuickForm $form)
|
||||
{
|
||||
$form->addElement('text', 'resource', array(
|
||||
'label' => 'Resouce name',
|
||||
'label' => 'Resource name',
|
||||
'required' => true,
|
||||
));
|
||||
$form->addElement('textarea', 'query', array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user