Skip to content
Snippets Groups Projects
Commit 7951bb7a authored by Janis Streib's avatar Janis Streib :owl:
Browse files

ADD: more mac-addr fields

parent 23dbe7d9
No related branches found
No related tags found
No related merge requests found
Pipeline #273700 passed with warnings
......@@ -5,7 +5,7 @@
:label="object_attribute.description_sys_scope">
<b-form-input :value="attribute_preset || ''"
v-if="(input_reducer === null || input_reducer instanceof Boolean)&&
(object_attribute.data_type == 'text' || object_attribute.data_type == 'text_kw_lc_long' || object_attribute.data_type == 'text_long' || object_attribute.data_type == 'mac_address8' || object_attribute.data_type=='fqdn')"
(object_attribute.data_type == 'text' || object_attribute.data_type == 'text_kw_lc_long' || object_attribute.data_type == 'text_long' || object_attribute.data_type == 'mac_address6' || object_attribute.data_type == 'mac_address8' || object_attribute.data_type=='fqdn')"
:name="attribute_name" :disabled="input_reducer instanceof Boolean && !input_reducer"
></b-form-input>
<b-form-input :value="attribute_preset || ''"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment