Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +5 -4
templates/index.html
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
.container {
|
29 |
max-width: 1280px;
|
30 |
margin: 1.5rem auto;
|
|
|
31 |
}
|
32 |
|
33 |
header {
|
@@ -76,7 +77,7 @@
|
|
76 |
|
77 |
.trade-btn {
|
78 |
--pico-font-size: 12px;
|
79 |
-
padding:
|
80 |
width: 100%;
|
81 |
white-space: normal;
|
82 |
text-align: left;
|
@@ -110,13 +111,13 @@
|
|
110 |
Engine Status: <span style="color: #34D399;">ONLINE</span> | Last Signal: <span id="last-update-time">--:--:--</span>
|
111 |
</div>
|
112 |
|
113 |
-
<article>
|
114 |
<table>
|
115 |
<thead>
|
116 |
<tr>
|
117 |
<th>Pair</th>
|
118 |
-
<th>
|
119 |
-
<th>
|
120 |
<th>Discrepancy</th>
|
121 |
<th>Risk Assessment</th>
|
122 |
<th>Rationale</th>
|
|
|
28 |
.container {
|
29 |
max-width: 1280px;
|
30 |
margin: 1.5rem auto;
|
31 |
+
padding: 0 1rem;
|
32 |
}
|
33 |
|
34 |
header {
|
|
|
77 |
|
78 |
.trade-btn {
|
79 |
--pico-font-size: 12px;
|
80 |
+
--pico-padding: 0.5rem 0.75rem;
|
81 |
width: 100%;
|
82 |
white-space: normal;
|
83 |
text-align: left;
|
|
|
111 |
Engine Status: <span style="color: #34D399;">ONLINE</span> | Last Signal: <span id="last-update-time">--:--:--</span>
|
112 |
</div>
|
113 |
|
114 |
+
<article data-theme="dark" style="padding: 0; overflow-x: auto;">
|
115 |
<table>
|
116 |
<thead>
|
117 |
<tr>
|
118 |
<th>Pair</th>
|
119 |
+
<th>Oracle 1 (Pyth)</th>
|
120 |
+
<th>Oracle 2 (Chainlink Agg.)</th>
|
121 |
<th>Discrepancy</th>
|
122 |
<th>Risk Assessment</th>
|
123 |
<th>Rationale</th>
|