Fixed
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Tarus Balog
Tarus BalogComponents
Affects versions
Priority
PagerDuty
PagerDuty
Created April 1, 2011 at 2:07 PM
Updated January 27, 2017 at 4:20 PM
Resolved April 1, 2011 at 2:12 PM
In /opt/opennms/jetty-webapps/opennms/js/opennms/ux/SearchFilterGrid.js
var searchButton = new Ext.Button({
text:'Search',
id:this.searchBtnId,
cls:'x-btn-text-icon',
iconCls:'search-criteria-icon',
scope: this,
handler: this.showSearchPanel,
});
The comma after this.showSearchPanel needs to be removed as it pooches IE