client, explorer: Rearrange/add tx screen columns

This commit is contained in:
Andras Slemmer
2016-09-12 13:42:31 +01:00
parent 041c33a167
commit 01d879772d
4 changed files with 60 additions and 44 deletions

View File

@ -26,7 +26,7 @@ sealed class ServiceToClientEvent(val time: Instant) {
val label: String,
val addOrRemove: AddOrRemove
) : ServiceToClientEvent(time) {
override fun toString() = "StateMachine(${addOrRemove.name})"
override fun toString() = "StateMachine($label, ${addOrRemove.name})"
}
class Progress(time: Instant, val fiberId: Long, val message: String) : ServiceToClientEvent(time) {
override fun toString() = "Progress($message)"