Skip to content
Snippets Groups Projects
Commit 5e270c6a authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added default values

- fixed field type
parent faf78cd4
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
<mandatory>true</mandatory> <mandatory>true</mandatory>
<x_logic_type>String</x_logic_type> <x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type> <x_ui_type>TextField</x_ui_type>
<default_value>localhost</default_value>
<css_class>width40</css_class> <css_class>width40</css_class>
<x_options></x_options> <x_options></x_options>
</x_field> </x_field>
...@@ -26,7 +27,8 @@ ...@@ -26,7 +27,8 @@
<ui_tool_tip>add port number for clamAV daemon</ui_tool_tip> <ui_tool_tip>add port number for clamAV daemon</ui_tool_tip>
<single>false</single> <single>false</single>
<mandatory>true</mandatory> <mandatory>true</mandatory>
<x_logic_type>Int</x_logic_type> <default_value>3310</default_value>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type> <x_ui_type>TextField</x_ui_type>
<css_class>width40</css_class> <css_class>width40</css_class>
<x_options></x_options> <x_options></x_options>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment