diff --git a/app/javascript/dashboard/components/CustomAttribute.vue b/app/javascript/dashboard/components/CustomAttribute.vue index 4bf97320b..ee00c182d 100644 --- a/app/javascript/dashboard/components/CustomAttribute.vue +++ b/app/javascript/dashboard/components/CustomAttribute.vue @@ -331,10 +331,12 @@ export default { ::v-deep { .selector-wrap { @apply m-0 top-1; + .selector-name { @apply ml-0; } } + .name { @apply ml-0; } diff --git a/app/javascript/dashboard/i18n/locale/en/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/en/attributesMgmt.json index a2f7386dc..a83852fb8 100644 --- a/app/javascript/dashboard/i18n/locale/en/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/attributesMgmt.json @@ -3,7 +3,8 @@ "HEADER": "Custom Attributes", "HEADER_BTN_TXT": "Add Custom Attribute", "LOADING": "Fetching custom attributes", - "SIDEBAR_TXT": "
Custom Attributes
A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc.
For creating a Custom Attribute, just click on the Add Custom Attribute. You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.
- {{ noRecordsMessage }} -
-+ {{ noRecordsMessage }} +
++
- {{ $t('ATTRIBUTES_MGMT.LIST.EMPTY_RESULT.404') }}
-
-
-
-
+ {{ tableHeader }}
+ |
+
+
+ ||||
|---|---|---|---|---|
| + {{ attribute.attribute_display_name }} + | ++ {{ attribute.attribute_description }} + | ++ {{ attribute.attribute_display_type }} + | ++ {{ attribute.attribute_key }} + | +
+
+
+ |
+