12:03:09 #startmeeting 12:03:10 Meeting started Wed Nov 16 12:03:09 2016 UTC. The chair is alinefm. Information about MeetBot at http://wiki.debian.org/MeetBot. 12:03:10 Useful Commands: #action #agreed #help #info #idea #link #topic. 12:03:10 #meetingname scrum 12:03:10 The meeting name has been set to 'scrum' 12:03:18 #info Agenda 12:03:18 #info 1) Status 12:03:18 #info 2) Open discussion 12:03:18 anything else? 12:03:31 no 12:04:46 so let's get started 12:04:47 #topic Status 12:04:47 #info Please provide your status using the #info command: #info [ 12:05:28 #info [wok] alinefm got patches to do no generate nginx file on the fly upstream 12:05:34 #info [wok/kimchi/ginger*] lcorreia working on packaging for Debian/Ubuntu 12:05:34 #info [wok/kimchi/ginger*] lcorreia maintaining Open Power HostOS branches 12:05:51 #info [wok|kimchi|ginger*] alinefm helped lcorreia with tests on Debian/Ubuntu packages 12:06:26 #info [Ginger] bianca is working on issue #469: IOError: [Errno 22] Invalid argument when try to bring an interface up. 12:06:26 #info [Ginger] bianca is working on issue #396: Network Configuration - Add/Delete BOND interface errors. 12:07:27 #info [Kimchi] danielhb is still working on CPU configuration/hotplug enhancements in UI and backend 12:08:16 #info [ginger] ramonn issue about listing services was reopen. investigatin 12:08:32 #info [ginger] ramonn merged sysmodule management 12:17:36 anytthing else? 12:18:28 ok... moving on 12:18:39 #topic Open Discussion 12:18:47 any other topic for today? 12:18:57 no 12:19:11 nop 12:21:21 alinefm, I have one 12:21:24 alinefm, a question actually 12:21:28 danielhb, go ahead 12:21:55 alinefm, I am afraid to do some code repetition in the UI. I want to replicate the same 'processor' tab in the Template Edit window in the Edit Guest window 12:22:43 alinefm, I tried to do it modular (put the html in a separated file, then load it inside template edit/guest edit) but no success. Is there a standard way to do this in WoK? 12:23:33 danielhb, afaik if it is on html it is duplicated 12:24:05 we only have separated files for dialogs and tabs 12:24:42 alinefm, so the question is: I want to replicate an UI element from one dialog to the other. Should I just copy/paste the content? 12:25:06 danielhb, if it is HTML, yes 12:25:11 alinefm, ok 12:25:24 alinefm, and what about the js files? 12:25:51 alinefm, there will be some code from kimchi.template_edit that would be copy/pasted to kimchi.guest_edit. Is that ok? 12:26:30 danielhb, no 12:26:50 danielhb, copy it to a common file and use it over where 12:27:03 alinefm, do we have a utils like class? 12:27:29 alinefm, just checked here. no, we have not 12:27:34 danielhb, I don't think so. You should create a function kimchi.buildProcessor() and use it when needed 12:27:57 alinefm, and where can I host this function? create a new file? 12:28:11 danielhb, you can create it on top of template_edit or guest_edit 12:28:31 as all the JS are compiled into one kimchi.min.js there will be no difference 12:28:38 alinefm, and, since kimchi aggregates everything in a single JS, it will be visible to everyone 12:28:45 yeap 12:28:55 alinefm, alright ma'am, thanks for clarifying 12:29:22 yw 12:29:29 anything else? 12:30:07 alinefm, I have nothing else 12:32:57 so thanks everyone for joining 12:33:00 #endmeeting