humanize Easy Remote Access tab more

fix-non-showing-inputs
Moe Alam 2020-10-07 14:25:28 -07:00
parent ce5107550a
commit c43377d196
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ module.exports = function(s,config,lang,app){
if(!config.p2pServerList)config.p2pServerList = {
"vancouver-1": {
name: 'Vancouver-1',
host: '104.218.61.236',
host: 'p2p-vancouver-1.shinobi.cloud',
p2pPort: '8084',
webPort: '8000',
maxNetworkSpeed: {
@ -22,7 +22,7 @@ module.exports = function(s,config,lang,app){
},
"toronto-1": {
name: 'Toronto-1',
host: '104.218.60.72',
host: 'p2p-toronto-1.shinobi.cloud',
p2pPort: '8084',
webPort: '8000',
maxNetworkSpeed: {
@ -37,7 +37,7 @@ module.exports = function(s,config,lang,app){
},
"paris-1": {
name: 'Paris-1',
host: '163.172.180.205',
host: 'p2p-paris-1.shinobi.cloud',
p2pPort: '8084',
webPort: '8000',
maxNetworkSpeed: {
@ -52,7 +52,7 @@ module.exports = function(s,config,lang,app){
},
"amsterdam-1": {
name: 'Amsterdam-1',
host: '51.15.43.80',
host: 'p2p-amsterdam-1.shinobi.cloud',
p2pPort: '8084',
webPort: '8000',
maxNetworkSpeed: {

View File

@ -68,12 +68,12 @@
<span class="badge badge-sm badge-info name-badge"><%- details.name %></span>
</div>
<div style="min-height:auto">
<table class="table table-striped mb-0 text-center">
<table class="table mb-0 text-center">
<tr title="Host Address">
<td><i class="fa fa-globe"></i></td>
<td class="text-left epic-text epic-text-filter"><%- lang.Host %></td>
<td class="text-right"><span class="info-badge badge badge-sm badge-default"><%- details.host %></span></td>
<td><span class="info-badge badge badge-sm badge-default"><%- details.host %></span></td>
</tr>
</table>
<table class="table table-striped mb-0 text-center">
<tr>
<td><i class="fa fa-download"></i></td>
<td class="text-left epic-text epic-text-filter"><%- lang['Download Bandwidth'] %></td>