mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
CURA-5035 Improved details pages
This commit is contained in:
parent
7a0fe74989
commit
f8672ecbc6
9 changed files with 61 additions and 37 deletions
|
@ -58,7 +58,8 @@ Item
|
|||
Label
|
||||
{
|
||||
id: info
|
||||
text: {
|
||||
text:
|
||||
{
|
||||
if (model.description.length > 50)
|
||||
{
|
||||
return model.description.substring(0, 50) + "..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue