diff --git a/core/core-frontend/src/views/visualized/data/datasource/index.vue b/core/core-frontend/src/views/visualized/data/datasource/index.vue index 9ae8a67083..57eec51078 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/index.vue @@ -1273,7 +1273,9 @@ const getMenuList = (val: boolean) => {
- {{ api.name }} + + {{ api.name }} + {{ t('datasource.invalid') }} @@ -1693,6 +1695,7 @@ const getMenuList = (val: boolean) => { font-weight: 500; margin-right: 8px; max-width: 80%; + display: inline-flex; } .req-title, .req-value {