Liquid Federation UTXOs
@@ -10,8 +10,8 @@
Output |
Address |
Amount |
-
Liquid Peg-in |
-
Date |
+
Liquid Peg-in |
+
Date |
@@ -24,7 +24,7 @@
|
-
+ |
|
@@ -49,7 +49,7 @@
-
+ |
{{ utxo.blocktime * 1000 | date:'yyyy-MM-dd HH:mm' }}
|
@@ -57,22 +57,38 @@
-
+
-
-
+ |
+
|
-
-
+ |
+
|
-
-
- |
-
-
+ |
+
|
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
diff --git a/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.scss b/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.scss
index fe458841e..0589b7b1f 100644
--- a/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.scss
+++ b/frontend/src/app/components/liquid-reserves-audit/federation-utxos-list/federation-utxos-list.component.scss
@@ -9,6 +9,7 @@
}
.container-xl.widget {
padding-left: 0px;
+ padding-right: 0px;
padding-bottom: 0px;
}
@@ -43,7 +44,7 @@ tr, td, th {
max-width: 160px;
}
.txid.widget {
- width: 50%;
+ width: 40%;
}
@@ -61,7 +62,7 @@ tr, td, th {
width: 12%;
}
.amount.widget {
- width: 25%;
+ width: 30%;
}
.pegin {
@@ -84,7 +85,8 @@ tr, td, th {
}
}
.timestamp.widget {
- width: 25%;
+ width: 30%;
+ padding-right: 0px !important;
@media (min-width: 768px) AND (max-width: 1050px) {
display: none;
}
diff --git a/frontend/src/app/components/liquid-reserves-audit/reserves-audit-dashboard/reserves-audit-dashboard.component.html b/frontend/src/app/components/liquid-reserves-audit/reserves-audit-dashboard/reserves-audit-dashboard.component.html
index ddac8dd1c..a4cdce13f 100644
--- a/frontend/src/app/components/liquid-reserves-audit/reserves-audit-dashboard/reserves-audit-dashboard.component.html
+++ b/frontend/src/app/components/liquid-reserves-audit/reserves-audit-dashboard/reserves-audit-dashboard.component.html
@@ -45,13 +45,57 @@