gui - DataStoreContent: avoid useless icons, display file path

This commit is contained in:
Dietmar Maurer
2020-03-26 18:01:04 +01:00
parent 5f44899207
commit aeee4329b0
2 changed files with 25 additions and 1 deletions

View File

@ -180,3 +180,8 @@ p.logs {
color: #555;
margin-right: 5px;
}
.no-leaf-icons .x-tree-icon-leaf {
visibility: hidden;
width: 5px;
}