We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6cc3 commit 0f38da0Copy full SHA for 0f38da0
service/src/main/kotlin/app/cash/backfila/ui/pages/BackfillShowAction.kt
@@ -180,7 +180,7 @@ class BackfillShowAction @Inject constructor(
180
td("hidden py-5 pl-8 pr-0 text-right align-top tabular-nums text-gray-700 sm:table-cell") {
181
when {
182
partition.state != BackfillState.RUNNING -> +"-"
183
- !partition.precomputing_done -> +"Computing size..."
+ !partition.precomputing_done -> +"Computing..."
184
partition.matching_records_per_minute == null ||
185
partition.matching_records_per_minute <= 0 -> +"Calculating..."
186
else -> +"""${partition.matching_records_per_minute} #/m"""
0 commit comments