Re: UI: where has "Acquire new IP" button disappeared?
Thanks Brian --David On Thu, Oct 30, 2014 at 4:16 PM, Brian Federle wrote: > I just cherry-picked and verified that commit in 4.4. > > -Brian > > -Original Message- > From: Gabor Apati-Nagy > Sent: Thursday, October 30, 2014 9:48 AM > To: Brian Federle; dev@cloudstack.apache.org > Subject: RE: UI: where has "Acquire new IP" button disappeared? > > Could someone cherry-pick this to 4.4? That would fix CLOUDSTACK-7782. > > Cheers, > Gabor > > -Original Message- > From: Brian Federle > Sent: 27 October 2014 17:58 > To: Gabor Apati-Nagy; dev@cloudstack.apache.org > Subject: RE: UI: where has "Acquire new IP" button disappeared? > > Gabor, yes, that shouldn't be a problem to cherry-pick it into 4.4. > > -Brian > > From: Gabor Apati-Nagy > Sent: Monday, October 27, 2014 9:26 AM > To: dev@cloudstack.apache.org > Cc: Brian Federle > Subject: RE: UI: where has "Acquire new IP" button disappeared? > > It seems that this fix for Critical bug CLOUDSTACK-6590 (commit > d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. > > In order to fix this in 4.4 as well, I would suggest it to be cherry-picked > to 4.4. > Brian, is this feasible? > > Thanks, > Gabor > > -----Original Message- > From: Nux! [mailto:n...@li.nux.ro] > Sent: 27 October 2014 10:45 > To: dev@cloudstack.apache.org > Subject: Re: UI: where has "Acquire new IP" button disappeared? > > Thanks for that, the new javascript file fixed the issue. > > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Jayapal Reddy Uradi" >> To: "" >> Sent: Monday, 27 October, 2014 10:24:14 >> Subject: Re: UI: where has "Acquire new IP" button disappeared? > >> Please check similar bug fix >> https://issues.apache.org/jira/browse/CLOUDSTACK-6590 >> >> -Jayapal >> >> On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy >> >> wrote: >> >>> I mean gridview is the table that the page displays. This has a row >>> with the IP Address, that should display the button, but I see it is not >>> there... >>> Let me look into this later. >>> >>> Thanks >>> Gabor >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 16:42 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Hello, >>> >>> This might sound stupid, but what is this "gridview" you are talking of? >>> This is what I am seeing http://imgur.com/9fl6ERD >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Gabor Apati-Nagy" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 14:26:40 >>>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi Lucian, >>>> >>>> The "View secondary IP" button should be displayed next to the IP >>>> Address in the gridview. Clicking on that this page should display >>>> the "Acquire new secondary IP" button. I have tested this in master >>>> and we seem to have the same code in 4.4. >>>> Could you double check this? It could be confusing that the first >>>> button is not in the heading, but is located in the grid. >>>> >>>> Cheers, >>>> Gabor >>>> >>>> >>>> -Original Message- >>>> From: Nux! [mailto:n...@li.nux.ro] >>>> Sent: 24 October 2014 09:44 >>>> To: dev@cloudstack.apache.org >>>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>>> >>>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>>> >>>> Anyone knows who we can bug for a fix? >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! >>>> www.nux.ro >>>> >>>> - Original Message - >>>>> From: "Nux!" >>>>> To: dev@cloudstack.apache.org >>>>> Sent: Friday, 24 October, 2014 00:32:55 >>>>> Subject: UI: where has "Acquire new IP" button disappeared? >>>> >>>>> Hi, >>>>> >>>>> Only now I notice that the option in the NIC tab of a VM >>>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor >>>>> does it list the Secondary IPs. >>>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>>> >>>>> add iptonic nicid=XXX >>>>> list nics nicid=XXX virtualmachineid=XXX >>>>> >>>>> >>>>> This is not OK ... alas I notice it too late. Promise to test more next >>>>> release. >>>>> >>>>> Any way I can get that back? I have people using the UI who rely on >>>>> this feature. >>>>> >>>>> Lucian >>>>> >>>>> -- >>>>> Sent from the Delta quadrant using Borg technology! >>>>> >>>>> Nux! >> >>> www.nux.ro
RE: UI: where has "Acquire new IP" button disappeared?
I just cherry-picked and verified that commit in 4.4. -Brian -Original Message- From: Gabor Apati-Nagy Sent: Thursday, October 30, 2014 9:48 AM To: Brian Federle; dev@cloudstack.apache.org Subject: RE: UI: where has "Acquire new IP" button disappeared? Could someone cherry-pick this to 4.4? That would fix CLOUDSTACK-7782. Cheers, Gabor -Original Message- From: Brian Federle Sent: 27 October 2014 17:58 To: Gabor Apati-Nagy; dev@cloudstack.apache.org Subject: RE: UI: where has "Acquire new IP" button disappeared? Gabor, yes, that shouldn't be a problem to cherry-pick it into 4.4. -Brian From: Gabor Apati-Nagy Sent: Monday, October 27, 2014 9:26 AM To: dev@cloudstack.apache.org Cc: Brian Federle Subject: RE: UI: where has "Acquire new IP" button disappeared? It seems that this fix for Critical bug CLOUDSTACK-6590 (commit d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. In order to fix this in 4.4 as well, I would suggest it to be cherry-picked to 4.4. Brian, is this feasible? Thanks, Gabor -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: 27 October 2014 10:45 To: dev@cloudstack.apache.org Subject: Re: UI: where has "Acquire new IP" button disappeared? Thanks for that, the new javascript file fixed the issue. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jayapal Reddy Uradi" > To: "" > Sent: Monday, 27 October, 2014 10:24:14 > Subject: Re: UI: where has "Acquire new IP" button disappeared? > Please check similar bug fix > https://issues.apache.org/jira/browse/CLOUDSTACK-6590 > > -Jayapal > > On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy > > wrote: > >> I mean gridview is the table that the page displays. This has a row >> with the IP Address, that should display the button, but I see it is not >> there... >> Let me look into this later. >> >> Thanks >> Gabor >> >> -----Original Message- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 24 October 2014 16:42 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Hello, >> >> This might sound stupid, but what is this "gridview" you are talking of? >> This is what I am seeing http://imgur.com/9fl6ERD >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Gabor Apati-Nagy" >>> To: dev@cloudstack.apache.org >>> Sent: Friday, 24 October, 2014 14:26:40 >>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >>> Hi Lucian, >>> >>> The "View secondary IP" button should be displayed next to the IP >>> Address in the gridview. Clicking on that this page should display >>> the "Acquire new secondary IP" button. I have tested this in master >>> and we seem to have the same code in 4.4. >>> Could you double check this? It could be confusing that the first >>> button is not in the heading, but is located in the grid. >>> >>> Cheers, >>> Gabor >>> >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 09:44 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>> >>> Anyone knows who we can bug for a fix? >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Nux!" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 00:32:55 >>>> Subject: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi, >>>> >>>> Only now I notice that the option in the NIC tab of a VM >>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor >>>> does it list the Secondary IPs. >>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>> >>>> add iptonic nicid=XXX >>>> list nics nicid=XXX virtualmachineid=XXX >>>> >>>> >>>> This is not OK ... alas I notice it too late. Promise to test more next >>>> release. >>>> >>>> Any way I can get that back? I have people using the UI who rely on >>>> this feature. >>>> >>>> Lucian >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! > >>> www.nux.ro
Re: UI: where has "Acquire new IP" button disappeared?
I ended up patching/replacing the file manually. I'd rather leave the git stuff to someone who actually knows how to do it. What worked for me is this file: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "David Nalley" > To: dev@cloudstack.apache.org > Sent: Thursday, 30 October, 2014 17:52:59 > Subject: Re: UI: where has "Acquire new IP" button disappeared? > Nux: > > If you cherry-pick this to 4.4 will you also make sure it makes it into 4.5? > > --David > > On Thu, Oct 30, 2014 at 12:47 PM, Gabor Apati-Nagy > wrote: >> Could someone cherry-pick this to 4.4? That would fix CLOUDSTACK-7782. >> >> Cheers, >> Gabor >> >> -Original Message- >> From: Brian Federle >> Sent: 27 October 2014 17:58 >> To: Gabor Apati-Nagy; dev@cloudstack.apache.org >> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >> Gabor, yes, that shouldn't be a problem to cherry-pick it into 4.4. >> >> -Brian >> ________________________ >> From: Gabor Apati-Nagy >> Sent: Monday, October 27, 2014 9:26 AM >> To: dev@cloudstack.apache.org >> Cc: Brian Federle >> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >> It seems that this fix for Critical bug CLOUDSTACK-6590 (commit >> d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. >> >> In order to fix this in 4.4 as well, I would suggest it to be cherry-picked >> to >> 4.4. >> Brian, is this feasible? >> >> Thanks, >> Gabor >> >> -Original Message- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 27 October 2014 10:45 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Thanks for that, the new javascript file fixed the issue. >> >> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Jayapal Reddy Uradi" >>> To: "" >>> Sent: Monday, 27 October, 2014 10:24:14 >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >>> Please check similar bug fix >>> https://issues.apache.org/jira/browse/CLOUDSTACK-6590 >>> >>> -Jayapal >>> >>> On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy >>> >>> wrote: >>> >>>> I mean gridview is the table that the page displays. This has a row >>>> with the IP Address, that should display the button, but I see it is not >>>> there... >>>> Let me look into this later. >>>> >>>> Thanks >>>> Gabor >>>> >>>> -----Original Message- >>>> From: Nux! [mailto:n...@li.nux.ro] >>>> Sent: 24 October 2014 16:42 >>>> To: dev@cloudstack.apache.org >>>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>>> >>>> Hello, >>>> >>>> This might sound stupid, but what is this "gridview" you are talking of? >>>> This is what I am seeing http://imgur.com/9fl6ERD >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! >>>> www.nux.ro >>>> >>>> ----- Original Message ----- >>>>> From: "Gabor Apati-Nagy" >>>>> To: dev@cloudstack.apache.org >>>>> Sent: Friday, 24 October, 2014 14:26:40 >>>>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >>>> >>>>> Hi Lucian, >>>>> >>>>> The "View secondary IP" button should be displayed next to the IP >>>>> Address in the gridview. Clicking on that this page should display >>>>> the "Acquire new secondary IP" button. I have tested this in master >>>>> and we seem to have the same code in 4.4. >>>>> Could you double check this? It could be confusing that the first >>>>> button is not in
Re: UI: where has "Acquire new IP" button disappeared?
Nux: If you cherry-pick this to 4.4 will you also make sure it makes it into 4.5? --David On Thu, Oct 30, 2014 at 12:47 PM, Gabor Apati-Nagy wrote: > Could someone cherry-pick this to 4.4? That would fix CLOUDSTACK-7782. > > Cheers, > Gabor > > -Original Message- > From: Brian Federle > Sent: 27 October 2014 17:58 > To: Gabor Apati-Nagy; dev@cloudstack.apache.org > Subject: RE: UI: where has "Acquire new IP" button disappeared? > > Gabor, yes, that shouldn't be a problem to cherry-pick it into 4.4. > > -Brian > > From: Gabor Apati-Nagy > Sent: Monday, October 27, 2014 9:26 AM > To: dev@cloudstack.apache.org > Cc: Brian Federle > Subject: RE: UI: where has "Acquire new IP" button disappeared? > > It seems that this fix for Critical bug CLOUDSTACK-6590 (commit > d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. > > In order to fix this in 4.4 as well, I would suggest it to be cherry-picked > to 4.4. > Brian, is this feasible? > > Thanks, > Gabor > > -Original Message----- > From: Nux! [mailto:n...@li.nux.ro] > Sent: 27 October 2014 10:45 > To: dev@cloudstack.apache.org > Subject: Re: UI: where has "Acquire new IP" button disappeared? > > Thanks for that, the new javascript file fixed the issue. > > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Jayapal Reddy Uradi" >> To: "" >> Sent: Monday, 27 October, 2014 10:24:14 >> Subject: Re: UI: where has "Acquire new IP" button disappeared? > >> Please check similar bug fix >> https://issues.apache.org/jira/browse/CLOUDSTACK-6590 >> >> -Jayapal >> >> On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy >> >> wrote: >> >>> I mean gridview is the table that the page displays. This has a row >>> with the IP Address, that should display the button, but I see it is not >>> there... >>> Let me look into this later. >>> >>> Thanks >>> Gabor >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 16:42 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Hello, >>> >>> This might sound stupid, but what is this "gridview" you are talking of? >>> This is what I am seeing http://imgur.com/9fl6ERD >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Gabor Apati-Nagy" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 14:26:40 >>>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi Lucian, >>>> >>>> The "View secondary IP" button should be displayed next to the IP >>>> Address in the gridview. Clicking on that this page should display >>>> the "Acquire new secondary IP" button. I have tested this in master >>>> and we seem to have the same code in 4.4. >>>> Could you double check this? It could be confusing that the first >>>> button is not in the heading, but is located in the grid. >>>> >>>> Cheers, >>>> Gabor >>>> >>>> >>>> -Original Message- >>>> From: Nux! [mailto:n...@li.nux.ro] >>>> Sent: 24 October 2014 09:44 >>>> To: dev@cloudstack.apache.org >>>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>>> >>>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>>> >>>> Anyone knows who we can bug for a fix? >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! >>>> www.nux.ro >>>> >>>> - Original Message - >>>>> From: "Nux!" >>>>> To: dev@cloudstack.apache.org >>>>> Sent: Friday, 24 October, 2014 00:32:55 >>>>> Subject: UI: where has "Acquire new IP" button disappeared? >>>> >>>>> Hi, >>>>> >>>>> Only now I notice that the option in the NIC tab of a VM >>>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor >>>>> does it list the Secondary IPs. >>>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>>> >>>>> add iptonic nicid=XXX >>>>> list nics nicid=XXX virtualmachineid=XXX >>>>> >>>>> >>>>> This is not OK ... alas I notice it too late. Promise to test more next >>>>> release. >>>>> >>>>> Any way I can get that back? I have people using the UI who rely on >>>>> this feature. >>>>> >>>>> Lucian >>>>> >>>>> -- >>>>> Sent from the Delta quadrant using Borg technology! >>>>> >>>>> Nux! >> >>> www.nux.ro
RE: UI: where has "Acquire new IP" button disappeared?
Could someone cherry-pick this to 4.4? That would fix CLOUDSTACK-7782. Cheers, Gabor -Original Message- From: Brian Federle Sent: 27 October 2014 17:58 To: Gabor Apati-Nagy; dev@cloudstack.apache.org Subject: RE: UI: where has "Acquire new IP" button disappeared? Gabor, yes, that shouldn't be a problem to cherry-pick it into 4.4. -Brian From: Gabor Apati-Nagy Sent: Monday, October 27, 2014 9:26 AM To: dev@cloudstack.apache.org Cc: Brian Federle Subject: RE: UI: where has "Acquire new IP" button disappeared? It seems that this fix for Critical bug CLOUDSTACK-6590 (commit d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. In order to fix this in 4.4 as well, I would suggest it to be cherry-picked to 4.4. Brian, is this feasible? Thanks, Gabor -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: 27 October 2014 10:45 To: dev@cloudstack.apache.org Subject: Re: UI: where has "Acquire new IP" button disappeared? Thanks for that, the new javascript file fixed the issue. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jayapal Reddy Uradi" > To: "" > Sent: Monday, 27 October, 2014 10:24:14 > Subject: Re: UI: where has "Acquire new IP" button disappeared? > Please check similar bug fix > https://issues.apache.org/jira/browse/CLOUDSTACK-6590 > > -Jayapal > > On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy > > wrote: > >> I mean gridview is the table that the page displays. This has a row >> with the IP Address, that should display the button, but I see it is not >> there... >> Let me look into this later. >> >> Thanks >> Gabor >> >> -----Original Message----- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 24 October 2014 16:42 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Hello, >> >> This might sound stupid, but what is this "gridview" you are talking of? >> This is what I am seeing http://imgur.com/9fl6ERD >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Gabor Apati-Nagy" >>> To: dev@cloudstack.apache.org >>> Sent: Friday, 24 October, 2014 14:26:40 >>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >>> Hi Lucian, >>> >>> The "View secondary IP" button should be displayed next to the IP >>> Address in the gridview. Clicking on that this page should display >>> the "Acquire new secondary IP" button. I have tested this in master >>> and we seem to have the same code in 4.4. >>> Could you double check this? It could be confusing that the first >>> button is not in the heading, but is located in the grid. >>> >>> Cheers, >>> Gabor >>> >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 09:44 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>> >>> Anyone knows who we can bug for a fix? >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Nux!" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 00:32:55 >>>> Subject: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi, >>>> >>>> Only now I notice that the option in the NIC tab of a VM >>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor >>>> does it list the Secondary IPs. >>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>> >>>> add iptonic nicid=XXX >>>> list nics nicid=XXX virtualmachineid=XXX >>>> >>>> >>>> This is not OK ... alas I notice it too late. Promise to test more next >>>> release. >>>> >>>> Any way I can get that back? I have people using the UI who rely on >>>> this feature. >>>> >>>> Lucian >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! > >>> www.nux.ro
RE: UI: where has "Acquire new IP" button disappeared?
Gabor, yes, that shouldn't be a problem to cherry-pick it into 4.4. -Brian From: Gabor Apati-Nagy Sent: Monday, October 27, 2014 9:26 AM To: dev@cloudstack.apache.org Cc: Brian Federle Subject: RE: UI: where has "Acquire new IP" button disappeared? It seems that this fix for Critical bug CLOUDSTACK-6590 (commit d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. In order to fix this in 4.4 as well, I would suggest it to be cherry-picked to 4.4. Brian, is this feasible? Thanks, Gabor -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: 27 October 2014 10:45 To: dev@cloudstack.apache.org Subject: Re: UI: where has "Acquire new IP" button disappeared? Thanks for that, the new javascript file fixed the issue. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jayapal Reddy Uradi" > To: "" > Sent: Monday, 27 October, 2014 10:24:14 > Subject: Re: UI: where has "Acquire new IP" button disappeared? > Please check similar bug fix > https://issues.apache.org/jira/browse/CLOUDSTACK-6590 > > -Jayapal > > On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy > > wrote: > >> I mean gridview is the table that the page displays. This has a row >> with the IP Address, that should display the button, but I see it is not >> there... >> Let me look into this later. >> >> Thanks >> Gabor >> >> -Original Message----- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 24 October 2014 16:42 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Hello, >> >> This might sound stupid, but what is this "gridview" you are talking of? >> This is what I am seeing http://imgur.com/9fl6ERD >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Gabor Apati-Nagy" >>> To: dev@cloudstack.apache.org >>> Sent: Friday, 24 October, 2014 14:26:40 >>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >>> Hi Lucian, >>> >>> The "View secondary IP" button should be displayed next to the IP >>> Address in the gridview. Clicking on that this page should display >>> the "Acquire new secondary IP" button. I have tested this in master >>> and we seem to have the same code in 4.4. >>> Could you double check this? It could be confusing that the first >>> button is not in the heading, but is located in the grid. >>> >>> Cheers, >>> Gabor >>> >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 09:44 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>> >>> Anyone knows who we can bug for a fix? >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Nux!" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 00:32:55 >>>> Subject: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi, >>>> >>>> Only now I notice that the option in the NIC tab of a VM >>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor >>>> does it list the Secondary IPs. >>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>> >>>> add iptonic nicid=XXX >>>> list nics nicid=XXX virtualmachineid=XXX >>>> >>>> >>>> This is not OK ... alas I notice it too late. Promise to test more next >>>> release. >>>> >>>> Any way I can get that back? I have people using the UI who rely on >>>> this feature. >>>> >>>> Lucian >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! > >>> www.nux.ro
RE: UI: where has "Acquire new IP" button disappeared?
It seems that this fix for Critical bug CLOUDSTACK-6590 (commit d9fcb877309ce176d5458e63bfd1a174344b5fce) is only in master, but not in 4.4. In order to fix this in 4.4 as well, I would suggest it to be cherry-picked to 4.4. Brian, is this feasible? Thanks, Gabor -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: 27 October 2014 10:45 To: dev@cloudstack.apache.org Subject: Re: UI: where has "Acquire new IP" button disappeared? Thanks for that, the new javascript file fixed the issue. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jayapal Reddy Uradi" > To: "" > Sent: Monday, 27 October, 2014 10:24:14 > Subject: Re: UI: where has "Acquire new IP" button disappeared? > Please check similar bug fix > https://issues.apache.org/jira/browse/CLOUDSTACK-6590 > > -Jayapal > > On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy > > wrote: > >> I mean gridview is the table that the page displays. This has a row >> with the IP Address, that should display the button, but I see it is not >> there... >> Let me look into this later. >> >> Thanks >> Gabor >> >> -Original Message----- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 24 October 2014 16:42 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Hello, >> >> This might sound stupid, but what is this "gridview" you are talking of? >> This is what I am seeing http://imgur.com/9fl6ERD >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Gabor Apati-Nagy" >>> To: dev@cloudstack.apache.org >>> Sent: Friday, 24 October, 2014 14:26:40 >>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >>> Hi Lucian, >>> >>> The "View secondary IP" button should be displayed next to the IP >>> Address in the gridview. Clicking on that this page should display >>> the "Acquire new secondary IP" button. I have tested this in master >>> and we seem to have the same code in 4.4. >>> Could you double check this? It could be confusing that the first >>> button is not in the heading, but is located in the grid. >>> >>> Cheers, >>> Gabor >>> >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 09:44 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>> >>> Anyone knows who we can bug for a fix? >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Nux!" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 00:32:55 >>>> Subject: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi, >>>> >>>> Only now I notice that the option in the NIC tab of a VM >>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor >>>> does it list the Secondary IPs. >>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>> >>>> add iptonic nicid=XXX >>>> list nics nicid=XXX virtualmachineid=XXX >>>> >>>> >>>> This is not OK ... alas I notice it too late. Promise to test more next >>>> release. >>>> >>>> Any way I can get that back? I have people using the UI who rely on >>>> this feature. >>>> >>>> Lucian >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! > >>> www.nux.ro
Re: UI: where has "Acquire new IP" button disappeared?
Thanks for that, the new javascript file fixed the issue. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob_plain;f=ui/scripts/ui/widgets/detailView.js;h=9c73911f3dcaecd8327f76c84043c115fdb184d9;hb=d9fcb87 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Jayapal Reddy Uradi" > To: "" > Sent: Monday, 27 October, 2014 10:24:14 > Subject: Re: UI: where has "Acquire new IP" button disappeared? > Please check similar bug fix > https://issues.apache.org/jira/browse/CLOUDSTACK-6590 > > -Jayapal > > On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy > wrote: > >> I mean gridview is the table that the page displays. This has a row with the >> IP >> Address, that should display the button, but I see it is not there... >> Let me look into this later. >> >> Thanks >> Gabor >> >> -Original Message----- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 24 October 2014 16:42 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Hello, >> >> This might sound stupid, but what is this "gridview" you are talking of? >> This is what I am seeing http://imgur.com/9fl6ERD >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Gabor Apati-Nagy" >>> To: dev@cloudstack.apache.org >>> Sent: Friday, 24 October, 2014 14:26:40 >>> Subject: RE: UI: where has "Acquire new IP" button disappeared? >> >>> Hi Lucian, >>> >>> The "View secondary IP" button should be displayed next to the IP >>> Address in the gridview. Clicking on that this page should display the >>> "Acquire new secondary IP" button. I have tested this in master and we >>> seem to have the same code in 4.4. >>> Could you double check this? It could be confusing that the first >>> button is not in the heading, but is located in the grid. >>> >>> Cheers, >>> Gabor >>> >>> >>> -Original Message- >>> From: Nux! [mailto:n...@li.nux.ro] >>> Sent: 24 October 2014 09:44 >>> To: dev@cloudstack.apache.org >>> Subject: Re: UI: where has "Acquire new IP" button disappeared? >>> >>> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >>> >>> Anyone knows who we can bug for a fix? >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> - Original Message - >>>> From: "Nux!" >>>> To: dev@cloudstack.apache.org >>>> Sent: Friday, 24 October, 2014 00:32:55 >>>> Subject: UI: where has "Acquire new IP" button disappeared? >>> >>>> Hi, >>>> >>>> Only now I notice that the option in the NIC tab of a VM >>>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor does >>>> it list the Secondary IPs. >>>> I can set and see the extra IPs in cloudmonkey though if I run: >>>> >>>> add iptonic nicid=XXX >>>> list nics nicid=XXX virtualmachineid=XXX >>>> >>>> >>>> This is not OK ... alas I notice it too late. Promise to test more next >>>> release. >>>> >>>> Any way I can get that back? I have people using the UI who rely on >>>> this feature. >>>> >>>> Lucian >>>> >>>> -- >>>> Sent from the Delta quadrant using Borg technology! >>>> >>>> Nux! > >>> www.nux.ro
Re: UI: where has "Acquire new IP" button disappeared?
Please check similar bug fix https://issues.apache.org/jira/browse/CLOUDSTACK-6590 -Jayapal On 27-Oct-2014, at 3:40 PM, Gabor Apati-Nagy wrote: > I mean gridview is the table that the page displays. This has a row with the > IP Address, that should display the button, but I see it is not there... > Let me look into this later. > > Thanks > Gabor > > -Original Message- > From: Nux! [mailto:n...@li.nux.ro] > Sent: 24 October 2014 16:42 > To: dev@cloudstack.apache.org > Subject: Re: UI: where has "Acquire new IP" button disappeared? > > Hello, > > This might sound stupid, but what is this "gridview" you are talking of? > This is what I am seeing http://imgur.com/9fl6ERD > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Gabor Apati-Nagy" >> To: dev@cloudstack.apache.org >> Sent: Friday, 24 October, 2014 14:26:40 >> Subject: RE: UI: where has "Acquire new IP" button disappeared? > >> Hi Lucian, >> >> The "View secondary IP" button should be displayed next to the IP >> Address in the gridview. Clicking on that this page should display the >> "Acquire new secondary IP" button. I have tested this in master and we >> seem to have the same code in 4.4. >> Could you double check this? It could be confusing that the first >> button is not in the heading, but is located in the grid. >> >> Cheers, >> Gabor >> >> >> -Original Message- >> From: Nux! [mailto:n...@li.nux.ro] >> Sent: 24 October 2014 09:44 >> To: dev@cloudstack.apache.org >> Subject: Re: UI: where has "Acquire new IP" button disappeared? >> >> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. >> >> Anyone knows who we can bug for a fix? >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>> From: "Nux!" >>> To: dev@cloudstack.apache.org >>> Sent: Friday, 24 October, 2014 00:32:55 >>> Subject: UI: where has "Acquire new IP" button disappeared? >> >>> Hi, >>> >>> Only now I notice that the option in the NIC tab of a VM >>> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor does >>> it list the Secondary IPs. >>> I can set and see the extra IPs in cloudmonkey though if I run: >>> >>> add iptonic nicid=XXX >>> list nics nicid=XXX virtualmachineid=XXX >>> >>> >>> This is not OK ... alas I notice it too late. Promise to test more next >>> release. >>> >>> Any way I can get that back? I have people using the UI who rely on >>> this feature. >>> >>> Lucian >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro
RE: UI: where has "Acquire new IP" button disappeared?
I mean gridview is the table that the page displays. This has a row with the IP Address, that should display the button, but I see it is not there... Let me look into this later. Thanks Gabor -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: 24 October 2014 16:42 To: dev@cloudstack.apache.org Subject: Re: UI: where has "Acquire new IP" button disappeared? Hello, This might sound stupid, but what is this "gridview" you are talking of? This is what I am seeing http://imgur.com/9fl6ERD -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Gabor Apati-Nagy" > To: dev@cloudstack.apache.org > Sent: Friday, 24 October, 2014 14:26:40 > Subject: RE: UI: where has "Acquire new IP" button disappeared? > Hi Lucian, > > The "View secondary IP" button should be displayed next to the IP > Address in the gridview. Clicking on that this page should display the > "Acquire new secondary IP" button. I have tested this in master and we > seem to have the same code in 4.4. > Could you double check this? It could be confusing that the first > button is not in the heading, but is located in the grid. > > Cheers, > Gabor > > > -Original Message----- > From: Nux! [mailto:n...@li.nux.ro] > Sent: 24 October 2014 09:44 > To: dev@cloudstack.apache.org > Subject: Re: UI: where has "Acquire new IP" button disappeared? > > Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. > > Anyone knows who we can bug for a fix? > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Nux!" >> To: dev@cloudstack.apache.org >> Sent: Friday, 24 October, 2014 00:32:55 >> Subject: UI: where has "Acquire new IP" button disappeared? > >> Hi, >> >> Only now I notice that the option in the NIC tab of a VM >> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor does >> it list the Secondary IPs. >> I can set and see the extra IPs in cloudmonkey though if I run: >> >> add iptonic nicid=XXX >> list nics nicid=XXX virtualmachineid=XXX >> >> >> This is not OK ... alas I notice it too late. Promise to test more next >> release. >> >> Any way I can get that back? I have people using the UI who rely on >> this feature. >> >> Lucian >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! > > www.nux.ro
Re: UI: where has "Acquire new IP" button disappeared?
Hello, This might sound stupid, but what is this "gridview" you are talking of? This is what I am seeing http://imgur.com/9fl6ERD -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Gabor Apati-Nagy" > To: dev@cloudstack.apache.org > Sent: Friday, 24 October, 2014 14:26:40 > Subject: RE: UI: where has "Acquire new IP" button disappeared? > Hi Lucian, > > The "View secondary IP" button should be displayed next to the IP Address in > the > gridview. Clicking on that this page should display the "Acquire new secondary > IP" button. I have tested this in master and we seem to have the same code in > 4.4. > Could you double check this? It could be confusing that the first button is > not > in the heading, but is located in the grid. > > Cheers, > Gabor > > > -Original Message- > From: Nux! [mailto:n...@li.nux.ro] > Sent: 24 October 2014 09:44 > To: dev@cloudstack.apache.org > Subject: Re: UI: where has "Acquire new IP" button disappeared? > > Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. > > Anyone knows who we can bug for a fix? > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Nux!" >> To: dev@cloudstack.apache.org >> Sent: Friday, 24 October, 2014 00:32:55 >> Subject: UI: where has "Acquire new IP" button disappeared? > >> Hi, >> >> Only now I notice that the option in the NIC tab of a VM >> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor does it list >> the Secondary IPs. >> I can set and see the extra IPs in cloudmonkey though if I run: >> >> add iptonic nicid=XXX >> list nics nicid=XXX virtualmachineid=XXX >> >> >> This is not OK ... alas I notice it too late. Promise to test more next >> release. >> >> Any way I can get that back? I have people using the UI who rely on >> this feature. >> >> Lucian >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! > > www.nux.ro
Re: UI: where has "Acquire new IP" button disappeared?
Hello, This might sound stupid, but what is this "gridview" you are talking of? This is what I am seeing http://imgur.com/9fl6ERD -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Gabor Apati-Nagy" > To: dev@cloudstack.apache.org > Sent: Friday, 24 October, 2014 14:26:40 > Subject: RE: UI: where has "Acquire new IP" button disappeared? > Hi Lucian, > > The "View secondary IP" button should be displayed next to the IP Address in > the > gridview. Clicking on that this page should display the "Acquire new secondary > IP" button. I have tested this in master and we seem to have the same code in > 4.4. > Could you double check this? It could be confusing that the first button is > not > in the heading, but is located in the grid. > > Cheers, > Gabor > > > -Original Message- > From: Nux! [mailto:n...@li.nux.ro] > Sent: 24 October 2014 09:44 > To: dev@cloudstack.apache.org > Subject: Re: UI: where has "Acquire new IP" button disappeared? > > Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. > > Anyone knows who we can bug for a fix? > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Nux!" >> To: dev@cloudstack.apache.org >> Sent: Friday, 24 October, 2014 00:32:55 >> Subject: UI: where has "Acquire new IP" button disappeared? > >> Hi, >> >> Only now I notice that the option in the NIC tab of a VM >> (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor does it list >> the Secondary IPs. >> I can set and see the extra IPs in cloudmonkey though if I run: >> >> add iptonic nicid=XXX >> list nics nicid=XXX virtualmachineid=XXX >> >> >> This is not OK ... alas I notice it too late. Promise to test more next >> release. >> >> Any way I can get that back? I have people using the UI who rely on >> this feature. >> >> Lucian >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! > > www.nux.ro
RE: UI: where has "Acquire new IP" button disappeared?
Hi Lucian, The "View secondary IP" button should be displayed next to the IP Address in the gridview. Clicking on that this page should display the "Acquire new secondary IP" button. I have tested this in master and we seem to have the same code in 4.4. Could you double check this? It could be confusing that the first button is not in the heading, but is located in the grid. Cheers, Gabor -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: 24 October 2014 09:44 To: dev@cloudstack.apache.org Subject: Re: UI: where has "Acquire new IP" button disappeared? Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. Anyone knows who we can bug for a fix? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: dev@cloudstack.apache.org > Sent: Friday, 24 October, 2014 00:32:55 > Subject: UI: where has "Acquire new IP" button disappeared? > Hi, > > Only now I notice that the option in the NIC tab of a VM > (Basic/Adv+SG) no longer has the "Acquire secondary" button, nor does it list > the Secondary IPs. > I can set and see the extra IPs in cloudmonkey though if I run: > > add iptonic nicid=XXX > list nics nicid=XXX virtualmachineid=XXX > > > This is not OK ... alas I notice it too late. Promise to test more next > release. > > Any way I can get that back? I have people using the UI who rely on > this feature. > > Lucian > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro
Re: UI: where has "Acquire new IP" button disappeared?
Opened https://issues.apache.org/jira/browse/CLOUDSTACK-7782 for this. Anyone knows who we can bug for a fix? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: dev@cloudstack.apache.org > Sent: Friday, 24 October, 2014 00:32:55 > Subject: UI: where has "Acquire new IP" button disappeared? > Hi, > > Only now I notice that the option in the NIC tab of a VM (Basic/Adv+SG) no > longer has the "Acquire secondary" button, nor does it list the Secondary IPs. > I can set and see the extra IPs in cloudmonkey though if I run: > > add iptonic nicid=XXX > list nics nicid=XXX virtualmachineid=XXX > > > This is not OK ... alas I notice it too late. Promise to test more next > release. > > Any way I can get that back? I have people using the UI who rely on this > feature. > > Lucian > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro