Rename connections."Count" => "#", flex remote column

This commit is contained in:
Simon Howe
2016-09-21 15:13:01 +02:00
parent fc3fc72205
commit 52362496b3
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ function isNumberField(field) {
}
const CW = {
XS: '32px',
S: '50px',
M: '80px',
L: '120px',
@@ -20,14 +21,13 @@ const CW = {
const COLUMN_WIDTHS = {
count: '60px',
count: CW.XS,
docker_container_created: CW.XL,
docker_container_restart_count: CW.M,
docker_container_state_human: CW.XXL,
docker_container_uptime: '85px',
docker_cpu_total_usage: CW.M,
docker_memory_usage: CW.M,
remote: CW.L,
open_files_count: CW.M,
pid: CW.M,
port: CW.S,

View File

@@ -14,7 +14,7 @@ const (
portKey = "port"
portLabel = "Port"
countKey = "count"
countLabel = "Count"
countLabel = "#"
remoteKey = "remote"
remoteLabel = "Remote"
number = "number"