From 3d899d9078a1de5ec76a50f23830be8178deed0e Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Tue, 6 Nov 2018 14:42:02 +0800 Subject: [PATCH] the name needs to be word wrap if the name is too long, it will affect the display. Change-Id: Ib1e35d32b0b3f82a0f949d94a2f4c8bcfd4eff41 Closes-Bug: #1801862 --- .../framework/widgets/table/hz-dynamic-table.html | 2 +- horizon/templates/horizon/common/_detail_header.html | 2 +- .../application_credentials/_detail_overview.html | 4 ++-- .../static/dashboard/identity/roles/roles.module.js | 3 ++- .../users/templates/users/_detail_overview.html | 6 +++--- .../templates/cg_snapshots/_detail_overview.html | 8 ++++---- .../cgroups/templates/cgroups/_detail_overview.html | 6 +++--- .../templates/instances/_detail_overview.html | 12 ++++++------ .../dashboards/project/instances/tests.py | 2 +- .../templates/networks/_detail_overview.html | 2 +- .../templates/networks/ports/_detail_overview.html | 10 +++++----- .../templates/networks/subnets/_detail_overview.html | 4 ++-- .../routers/templates/routers/_detail_overview.html | 2 +- .../templates/snapshots/_detail_overview.html | 4 ++-- .../volumes/templates/volumes/_detail_overview.html | 8 ++++---- .../static/app/core/images/images.module.js | 1 + .../static/app/core/keypairs/keypairs.module.js | 1 + .../app/core/server_groups/server-groups.module.js | 1 + .../static/app/core/trunks/trunks.module.js | 1 + 19 files changed, 42 insertions(+), 37 deletions(-) diff --git a/horizon/static/framework/widgets/table/hz-dynamic-table.html b/horizon/static/framework/widgets/table/hz-dynamic-table.html index cf0c709742..9c0171e551 100644 --- a/horizon/static/framework/widgets/table/hz-dynamic-table.html +++ b/horizon/static/framework/widgets/table/hz-dynamic-table.html @@ -78,7 +78,7 @@ diff --git a/horizon/templates/horizon/common/_detail_header.html b/horizon/templates/horizon/common/_detail_header.html index 99a52766a7..be12cb65fc 100644 --- a/horizon/templates/horizon/common/_detail_header.html +++ b/horizon/templates/horizon/common/_detail_header.html @@ -1,7 +1,7 @@