Commit Graph

3 Commits

Author SHA1 Message Date
ske087 38991400f2 Fix TemplateSyntaxError in assets/detail.html
The compliance history section had two bugs:
- {% if compliance_log %} opened a card div and card-header div that were
  never closed, then accidentally wrapped {% if check_history %} inside it
- {% if asset.asset_type in Laptop/Desktop %} was missing its closing {% endif %}

Fix: remove the broken compliance_log wrapper; check_history now sits at the
correct nesting level with its own properly closed card structure; added the
missing {% endif %} for the asset_type block.
2026-07-08 23:21:51 +03:00
ske087 1f2fedba95 IT Assets: bulk-entry mode for Add Asset form
- Green info banner explains that hardware fields persist between saves
- Identifiers section badge shows 'These fields clear after each save'
- MAC Address gets same warning hint
- Submit button relabelled 'Save & Add Next' in add mode
- 'Reset All' button clears localStorage and the entire form
- localStorage saves all shared fields on submit; restores on page load
  (only Service Tag, Asset Tag and MAC Address are cleared each time)
- Cursor auto-focuses Service Tag field for fast keyboard entry
- Dell pre-fill still takes priority over stored state
2026-07-08 23:06:33 +03:00
ske087 8d9df56b0b Initial commit: enterprise digital platform with portal SSO, DigiServer, IT Assets, NetworkView, Server Monitor 2026-05-10 21:07:50 +03:00