fix: Remove orphaned flexible import HTML elements from navigation

- Cleaned up remaining HTML fragments from incomplete flexible import removal
- Removed old import.html.backup template file
- Navigation menu now properly shows only Import (pointing to /admin/import)
- Flexible menu item completely removed

All old import routes (/import, /flexible, /unified-import) are confirmed removed.
Only new /admin/import route exists.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
HotSwapp
2025-09-21 21:04:23 -05:00
parent c30c1b1653
commit f0eecdf83e

View File

@@ -60,9 +60,6 @@
<span>Import</span> <span>Import</span>
</a> </a>
<!-- Flexible import removed --> <!-- Flexible import removed -->
<i class="fa-solid fa-table-columns"></i>
<span>Flexible</span>
</a>
</div> </div>
<!-- Right side items --> <!-- Right side items -->
@@ -134,9 +131,6 @@
<span>Import</span> <span>Import</span>
</a> </a>
<!-- Flexible import removed --> <!-- Flexible import removed -->
<i class="fa-solid fa-table-columns"></i>
<span>Flexible</span>
</a>
</div> </div>
</div> </div>
</div> </div>