Merge release branch 4.13 to master

* 4.13:
  ui: fix for truncated name for project accounts (#3793)
  kvm: Logrotate should not touch agent.log (#3597)
This commit is contained in:
Daan Hoogland 2020-01-03 14:55:12 +01:00
commit 74f56321db
1 changed files with 4 additions and 1 deletions

View File

@ -8188,8 +8188,11 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
display: block;
float: left;
max-width: 90%;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
text-indent: 0;
margin-left: 10px;
}
.multi-edit .data .data-body .data-item table tbody tr td.name {