change banner to amarulasolutions

This commit is contained in:
2020-09-18 00:34:00 +02:00
parent 2176d93ae8
commit 5a1de7c67c
7 changed files with 10 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

View File

@@ -19,9 +19,9 @@ Keep in mind that these are maximums, you are allowed to go lower.
|--------------------------|--------------|-------------|
| Storage price per month | € 1.50 / TB | {{ div 1.50 $price | formatSC }} / TB |
| Download price | € 1.00 / TB | {{ div 1 $price | formatSC }} / TB |
| Upload price | € 0.50 / TB | {{ div 0.50 $price | formatSC }} / TB |
| Upload price | € 0.50 / TB | {{ div 1 $price | formatSC }} / TB |
| Collateral per month | € 5.00 / TB | {{ div 5 $price | formatSC }} / TB |
| Contract formation price | € 0.01 | {{ div 0.01 $price | formatSC }} |
| Contract formation price | € 0.01 | {{ div 0.05 $price | formatSC }} |
<sup>
Based on exchange rates from Kraken.

View File

@@ -214,7 +214,7 @@ function getStats(order) {
<td>${formatDataVolume(v.free_space, 3)}</td>
<td>${formatDataVolume(v.min_free_space, 3)}</td>`
if (v.free_space < v.min_free_space/2) {
if (v.free_space < v.min_free_space/2 || !v.reachable) {
row.classList.add("highlight_red")
} else if (v.free_space < v.min_free_space) {
row.classList.add("highlight_blue")