This is an automated email from the ASF dual-hosted git repository.
songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new dac3992 [Bug][UI Next] Fix style errors (#9067)
dac3992 is described below
commit dac39921d8d3bcf36ebabe865bc7933e23ea0e01
Author: labbomb <[email protected]>
AuthorDate: Tue Mar 22 10:01:07 2022 +0800
[Bug][UI Next] Fix style errors (#9067)
---
.../src/views/security/tenant-manage/use-table.ts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts
b/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts
index e060752..b1e1b05 100644
--- a/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts
+++ b/dolphinscheduler-ui-next/src/views/security/tenant-manage/use-table.ts
@@ -61,7 +61,10 @@ export function useTable() {
},
{
title: t('security.tenant.description'),
- key: 'description'
+ key: 'description',
+ ellipsis: {
+ tooltip: true
+ }
},
{
title: t('security.tenant.queue_name'),