mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Changed minwidth for context menus from 200 to 250px
This commit is contained in:
parent
318b4f7c70
commit
484ca868dd
@ -59,7 +59,7 @@
|
||||
left: 0px; /* to position them to the right of their containing block */
|
||||
|
||||
width: auto;
|
||||
min-width: 200px; /* workaround for FF */
|
||||
min-width: 250px; /* workaround for FF */
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
|
@ -918,8 +918,10 @@ function AddOnClickMenu(&$fieldGridItem, $fieldType, $FieldID)
|
||||
$szFieldDisplayName = $FieldID;
|
||||
|
||||
// Set FieldSearch Value
|
||||
if ( $fieldType == FILTER_TYPE_STRING)
|
||||
if ( $fieldType == FILTER_TYPE_STRING && isset($fieldGridItem['encodedfieldvalue']) )
|
||||
{
|
||||
$szEncodedFieldValue = urlencode($fieldGridItem['encodedfieldvalue']);
|
||||
}
|
||||
else
|
||||
$szEncodedFieldValue = $fieldGridItem['fieldvalue'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user