Skip to content
Snippets Groups Projects
Verified Commit 8264c308 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: display netdb transaltaions for object types/functions/parameters/attributes (#733)

parent 63bfe8a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
<div v-if="object_attribute">
<b-form-group
:title="`Name: ${attribute_name}\nReference: ${attribute_reference_name}\nReferencing: ${attribute_referencing}`"
:description="object_attribute.description_detail">
:description="$t_netdb(object_attribute.description_detail)">
<template v-slot:label>
<netvs-icon icon="transaction_api_object"/>
{{ object_attribute.description_sys_scope }}
{{ $t_netdb(object_attribute.description_global_scope) }}
</template>
<b-form-input :value="attribute_preset || ''"
v-if="(input_reducer === null || input_reducer instanceof Boolean) && (object_attribute.data_type.includes('integer'))"
......
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