diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
index b5af70c4d..ad24065c3 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
@@ -725,7 +725,7 @@ export default {
{
title: this.$t('statisticalNodes'),
align: 'left',
- width: 170,
+ width: 210,
ellipsis: true,
sorter:true,
dataIndex: 'masterDomain'
@@ -817,7 +817,7 @@ export default {
{
title: this.$t('projectVersion'),
align: 'left',
- width: 170,
+ width: 220,
ellipsis: true,
sorter:true,
dataIndex: 'projectVersionName',
@@ -850,7 +850,7 @@ export default {
{
title: this.$t('CertificationProgress'),
align: 'left',
- width: 170,
+ width: 190,
ellipsis: true,
sorter:true,
dataIndex: 'attestationSchedule',
diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue
index c519416d3..7c43bb496 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/historyTable.vue
@@ -1,11 +1,11 @@
@@ -15,21 +15,22 @@
-
+
- {{text && text.length > 38?text.slice(0,37)+'...':text}}
+ {{ text }}
-
+