mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
@ -36,7 +36,7 @@ class AuthorsModel(ListModel):
|
|||
items.append({
|
||||
"name": author["name"],
|
||||
"email": author["email"] if "email" in author else None,
|
||||
"website": author["website"] if "website" in author else None,
|
||||
"website": author["website"],
|
||||
"type": author["type"] if "type" in author else None,
|
||||
"icon_url": author["icon_url"] if "icon_url" in author else None,
|
||||
"packages_count": author["packages_count"] if "packages_count" in author else 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue