Re: [ovirt-users] oVirt 4.2 WebUI Plugin API Docs?

2018-02-26 Thread Alexander Wels
>> alert(ŒTest 123¹); > >> > >> There are no errors and the alert fires as it should. > >> > >> > >> Any ideas of what I might be missing? > >> > >> I am running oVirt 4.2.1 on CentOS ­ Hosted Engine setup with 1 host for &

Re: [ovirt-users] oVirt 4.2 WebUI Plugin API Docs?

2018-02-26 Thread Zip
>> Thanks >> >> Zip >> > > Well you found a bug, I will be posting a patch soon. To bypass the problem > add the following: > > api.addMainTab('FooTab','xtab123','http://foo.com/, {priority: N}); > > Where N is a number betwe

Re: [ovirt-users] oVirt 4.2 WebUI Plugin API Docs?

2018-02-26 Thread Alexander Wels
{priority: N}); Where N is a number between 0 and 5 This will determine where the new menu item will show up in the menu, 0 being at the top below the dashboard, and 5 being right above Events. Normally it is supposed to simply add to the end, however due to the bug it won't. > > Fro

Re: [ovirt-users] oVirt 4.2 WebUI Plugin API Docs?

2018-02-24 Thread Zip
issing? I am running oVirt 4.2.1 on CentOS ­ Hosted Engine setup with 1 host for testing. Thanks Zip > > From: Alexander Wels > Date: Monday, February 19, 2018 at 7:54 AM > To: "users@ovirt.org" > Cc: Preston > Subject: Re: [ovirt-users] oVirt 4.2 WebUI Pl

Re: [ovirt-users] oVirt 4.2 WebUI Plugin API Docs?

2018-02-19 Thread Alexander Wels
On Friday, February 16, 2018 6:31:10 PM EST Zip wrote: > Are there any updated docs for the WebUI Plugins API? > Unfortunately no, I haven't had a chance to create updated documentation. However the first two links are mostly still accurate as we haven't done any major changes to the API. Some