summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-16 10:38:15 +0100
committerAlex Legler <alex@a3li.li>2015-01-16 10:38:15 +0100
commitca958259fe665b0708ccf9b39bf322f179747f17 (patch)
treedffcb120f27071c5961bad62ba466c0acb156a1d
parentUpdate CVE column width to accomodate 6-figure IDs (diff)
downloadglsamaker-ca958259fe665b0708ccf9b39bf322f179747f17.tar.gz
glsamaker-ca958259fe665b0708ccf9b39bf322f179747f17.tar.bz2
glsamaker-ca958259fe665b0708ccf9b39bf322f179747f17.zip
150px is a bit much, we don't have 20 places yet
-rw-r--r--app/views/cve/list.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/cve/list.html.erb b/app/views/cve/list.html.erb
index 609a53b..915eb50 100644
--- a/app/views/cve/list.html.erb
+++ b/app/views/cve/list.html.erb
@@ -18,8 +18,8 @@ uki(
rightChildViews: [
{ view: 'Table', rect: '0 0 800 1000', minSize: '0 200', anchors: 'left top right bottom', columns: [
{ view: 'table.NumberColumn', label: 'ID', width: 50 },
- { view: 'table.CustomColumn', label: 'CVE ID', width: 150, formatter: formatHlted, sort: 'DESC' },
- { view: 'table.CustomColumn', label: 'Summary', resizable: true, minWidth: 300, width: (window.innerWidth - 200 - 50 - 150 - 80 - 15), formatter: formatHlted },
+ { view: 'table.CustomColumn', label: 'CVE ID', width: 125, formatter: formatHlted, sort: 'DESC' },
+ { view: 'table.CustomColumn', label: 'Summary', resizable: true, minWidth: 300, width: (window.innerWidth - 200 - 50 - 125 - 80 - 15), formatter: formatHlted },
{ view: 'table.CustomColumn', label: 'State', width: 80, formatter: formatHlted },
], multiselect: true, style: {fontSize: '12px', lineHeight: '12px'} }
]