I use Zenoss 2.2.3 on CentOS 5.2. I follow instruction you pointed out.

In version 2.2.3,

var loader = YAHOO.zenoss.getLoader();
loader.require(['zenautocomplete']);
loader.insert({onSuccess:function(){
$('dialog').addLoadEvent('dialog_addAdministeredDevice', function(){
createAnAutocompleter('deviceLiveSearch');})
}}); <--Line 25, red = missing

above is already fixed. So, I edit 

loader.insert({onSuccess:function(){
$('dialog').addLoadEvent('dialog_addIpService', function()
{ createIpServiceClassAutocompleter('ipServiceClassLiveSearch') ;} )
$('dialog').addLoadEvent('dialog_addWinService', function()
{ createWinServiceClassAutocompleter
('winServiceClassLiveSearch') ;} )
}}); 

then, restart Zenoss. However, still I only can get the tcp/udp dropdown box 
with grayed OK button.

Is there any other stuff I shoud check ?


angelo wrote:
> I guess this fixes it.
> 
> http://community.zenoss.com/forums/viewtopic.php?t=6432





-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=23749#23749

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to