fix: add place/building/floor fields to main detail view

The detail view's Asset Details card was missing location fields
(place, building_name, building_number, floor, room, trailer_number)
that were visible in the list cards. Added them alongside Model
so building/floor info appears in the main card rather than only
in the collapsed Directions & Access section below.
This commit is contained in:
2026-05-29 00:25:10 -04:00
parent f1eb453a19
commit 5180d811a8
+8
View File
@@ -3761,6 +3761,14 @@
df('Model', a.model),
df('Last Dex Report', a.dex_report_date || '— No report yet', true),
// Location fields (shown in card but missing from details)
df('Place', a.place),
df('Building', a.building_name),
df('Building #', a.building_number),
df('Floor', a.floor),
df('Room', a.room),
df('Trailer', a.trailer_number),
].filter(Boolean).join('');
// Disney Park badge