change banner to amarulasolutions
This commit is contained in:
BIN
res/include/img/background_patterns/developers.png
Normal file
BIN
res/include/img/background_patterns/developers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 865 B |
@@ -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.
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user