Listview/Conditions
* make column width flex
This commit is contained in:
parent
9db3e766da
commit
9b905883df
2 changed files with 2 additions and 1 deletions
1
setup/sql/updates/1763555620_01.sql
Normal file
1
setup/sql/updates/1763555620_01.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
UPDATE `aowow_dbversion` SET `build` = CONCAT(IFNULL(`build`, ''), ' globaljs');
|
||||
|
|
@ -2945,7 +2945,6 @@ Listview.extraCols = {
|
|||
id: 'condition',
|
||||
name: LANG.tab_conditions,
|
||||
type: 'text',
|
||||
width: '25%',
|
||||
compute: function(row, td)
|
||||
{
|
||||
if (!row.condition)
|
||||
|
|
@ -2954,6 +2953,7 @@ Listview.extraCols = {
|
|||
td.className = 'small';
|
||||
td.style.lineHeight = '18px';
|
||||
td.style.textAlign = 'left';
|
||||
td.style.whiteSpace = 'nowrap';
|
||||
|
||||
// tiny links are hard to hit, hmkey?
|
||||
td.onclick = (e) => $WH.sp(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue