ping bar color and auto start docker
This commit is contained in:
parent
8945ec4d5c
commit
f4e721785f
@ -4,6 +4,7 @@ services:
|
||||
ovpn_lb_test:
|
||||
build: .
|
||||
container_name: ovpn_lb_test
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${bind_ip}:8000:8000"
|
||||
- "${bind_ip}:7000-7001:7000-7001"
|
||||
|
||||
@ -345,7 +345,7 @@
|
||||
if (instance.ping_rate[i] == 0) {
|
||||
return "#ee1111"
|
||||
} else {
|
||||
return "#206bc4"
|
||||
return "#27a16c"
|
||||
}
|
||||
},
|
||||
padding: .2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user