diff --git a/apps/static/css/jumpserver.css b/apps/static/css/jumpserver.css index 29e786eb3..cf570c4ad 100644 --- a/apps/static/css/jumpserver.css +++ b/apps/static/css/jumpserver.css @@ -432,4 +432,10 @@ div.dataTables_wrapper div.dataTables_filter { font-size: 12px !important; } +.ellipsis { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + diff --git a/apps/templates/index.html b/apps/templates/index.html index a297adedd..e64287fbd 100644 --- a/apps/templates/index.html +++ b/apps/templates/index.html @@ -125,9 +125,9 @@ {% for data in week_asset_hot_ten %}