mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-20 07:49:46 +02:00
fix: file name display inconsitent between views
This commit is contained in:
@ -463,9 +463,10 @@ namespace OS {
|
||||
}
|
||||
if(!v.text)
|
||||
v.text = v.filename;
|
||||
/*
|
||||
if (v.text.length > 10) {
|
||||
v.text = v.text.substring(0, 9) + "...";
|
||||
}
|
||||
}*/
|
||||
v.iconclass = v.iconclass ? v.iconclass : v.type;
|
||||
v.icon = v.icon;
|
||||
items.push(v);
|
||||
|
Reference in New Issue
Block a user