diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgList.jsp index b3f38da65..9fddc0a55 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgList.jsp @@ -310,7 +310,7 @@ ${cfg.compileId } ${cfg.cfgDesc } ${cfg.appName } - ${cfg.domain } + ${fns:abbr(cfg.domain,20)} diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgList.jsp index 396606084..8eaae6e9e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgList.jsp @@ -322,7 +322,7 @@ - ${cfg.domain } + ${fns:abbr(cfg.domain,20)} diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectList.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectList.jsp index 79f729377..3014d6430 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectList.jsp @@ -581,8 +581,8 @@ - - ${indexCfg.userRegion2 } + title="${indexCfg.userRegion2 }""> + ${fns:abbr(indexCfg.userRegion2,20)} @@ -601,8 +601,8 @@ - - ${indexCfg.userRegion2 } + title="${indexCfg.userRegion2 }"> + ${fns:abbr(indexCfg.userRegion2,20)} @@ -620,8 +620,8 @@ - ${indexCfg.userRegion2 } - ${indexCfg.userRegion3 } + ${fns:abbr(indexCfg.userRegion2,20)} + ${fns:abbr(indexCfg.userRegion3,20)}