Add transaction versioning, tx cancellation (#79)

This commit is contained in:
Josh Harvey 2017-08-29 16:08:06 +03:00 committed by GitHub
parent 4a97535dec
commit 500edcf279
15 changed files with 2223 additions and 1468 deletions

File diff suppressed because it is too large Load diff

View file

@ -204,6 +204,12 @@ p {
background-color: #ffffff;
}
.lamassuAdminTxTable a {
text-decoration: none;
color: #5f5f56;
border-bottom: 1px solid #37e8d7;
}
.lamassuAdminTxTable .lamassuAdminNumberColumn {
text-align: right;
width: 10em;
@ -215,6 +221,10 @@ p {
font-size: 90%;
}
.lamassuAdminTxTable .lamassuAdminTxCancelled {
background-color: #efd1d2;
}
.lamassuAdminTxTable tbody {
font-family: Inconsolata, monospace;
color: #5f5f56;