Re: [Engine-devel] [Users] adding scripts

2014-03-15 Thread Aditya Mamidwar
Hey thanks on the previous issue. Also is there a way i can access WebAdmin.Html to add custom buttons and make few tweaks for personal use? I just cant find that file after using git. Aditya Mamidwar -Original Message- From: "Einav Cohen" Sent: ‎14-‎03-‎2014 01:21 To: "aditya mamidwar"

[Engine-devel] adding scripts

2014-03-15 Thread aditya mamidwar
I want to commit changes to the engine by adding some bash scripts. the scripts should be invoked once a button or tab is selected in the webadmin portal by the user. can someone guide on achieving this. -- -Aditya Mamidwar ___ Engine-devel mailing lis

[Engine-devel] Source code unerstanding

2014-03-15 Thread aditya mamidwar
Hey, is there a simpler way to know which code is responsible for which module of the engine. is there a documentation maintained. or how can identify the files which are important for me. -- -Aditya Mamidwar ___ Engine-devel mailing list Engine-devel@

Re: [Engine-devel] [Users] Source code unerstanding

2014-03-15 Thread plysan
2014-03-14 23:09 GMT+08:00 aditya mamidwar : > > Hey, > > is there a simpler way to know which code is responsible for which module > of the engine. > If you import the code from eclipse, you can get a good overview of the engine code by looking at project names. > is there a documentation mainta

Re: [Engine-devel] [Users] Source code unerstanding

2014-03-15 Thread Greg Sheremeta
I don't know of any high-level code documentation for ovirt-engine, other than the Javadoc. But if you post your questions to engine-devel, we can help you. Greg - Original Message - From: "aditya mamidwar" To: us...@ovirt.org, engine-devel@ovirt.org Sent: Friday, March 14, 2014 1

Re: [Engine-devel] [Users] adding scripts

2014-03-15 Thread Greg Sheremeta
There's not one html file like that, since we use GWT [1]. However, if you search for *.ui.xml files, you'll find all the GWT UIBinder files. That's the place to start for simple UI tweaks. The application is partitioned into small components, so you'll have to do some digging. For example, each