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

2018-02-26 Thread Alexander Wels
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 between 0 and 5 > > > > This will determine where the new

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

2018-02-26 Thread Zip
bypass the problem > add the following: > > api.addMainTab('FooTab','xtab123','http://foo.com/, {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 be

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

2018-02-26 Thread Alexander Wels
nu 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. > > From: Alexander Wels <aw...@redhat.com> > > Date: Monday, February 19, 2018

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

2018-02-24 Thread Zip
with 1 host for testing. Thanks Zip > > From: Alexander Wels <aw...@redhat.com> > Date: Monday, February 19, 2018 at 7:54 AM > To: "users@ovirt.org" <users@ovirt.org> > Cc: Preston <pl...@inetx.ca> > Subject: Re: [ovirt-users] oVirt 4

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.