fc5: LegacyMigrationCard — file uploads + step buttons + active-run + history; slotted into MaintenancePanel

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-22 09:04:24 -04:00
parent b600cf6e86
commit a9b354780b
2 changed files with 247 additions and 0 deletions
@@ -12,6 +12,7 @@
<MLThresholdSliders class="mt-4" />
<AllowlistTable class="mt-4" />
<AliasTable class="mt-4" />
<LegacyMigrationCard class="mt-6" />
</div>
</template>
@@ -21,6 +22,7 @@ import CentroidRecomputeCard from './CentroidRecomputeCard.vue'
import MLThresholdSliders from './MLThresholdSliders.vue'
import AllowlistTable from './AllowlistTable.vue'
import AliasTable from './AliasTable.vue'
import LegacyMigrationCard from './LegacyMigrationCard.vue'
</script>
<style scoped>