Give datetime more space in the table

This commit is contained in:
David Kaltschmidt
2016-10-20 13:17:34 +02:00
parent 43f4da0ecc
commit a0f1b25a0b

View File

@@ -30,7 +30,7 @@ const XS_LABEL = {
const COLUMN_WIDTHS = {
count: CW.XS,
container: CW.XS,
docker_container_created: CW.XL,
docker_container_created: CW.XXL,
docker_container_restart_count: CW.M,
docker_container_state_human: CW.XXL,
docker_container_uptime: '85px',