You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/13 08:37:04 UTC

[jira] [Commented] (CLOUDSTACK-9718) Revamp the dropdown showing lists of hosts available for migration in a Zone

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907009#comment-15907009 ] 

ASF GitHub Bot commented on CLOUDSTACK-9718:
--------------------------------------------

Github user ustcweizhou commented on the issue:

    https://github.com/apache/cloudstack/pull/1889
  
    @rashmidixit We have ported it in our branch and found it inconvenient to click the OK button in dialog with warning "No more hosts are available for migration" frequently.
    
    could you remove the line below ?
    ```
                                                             cloudStack.dialog.notice({
                                                                 message: _l('message.no.host.available')
                                                             }); //Only a single host in the set up
    -                                                    } else {
    -                                                         cloudStack.dialog.notice({
    -                                                             message: _l('message.no.more.hosts.available')
    -                                                         });
                                                         }
                                                     }
                                                 });
    ```


> Revamp the dropdown showing lists of hosts available for migration in a Zone
> ----------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9718
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9718
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.7.0, 4.8.0, 4.9.0
>            Reporter: Rashmi Dixit
>            Assignee: Rashmi Dixit
>             Fix For: 4.10.0.0
>
>         Attachments: MigrateInstance-SeeHosts.PNG, MigrateInstance-SeeHosts-Search.PNG
>
>
> There are a couple of issues:
> 1. When looking for the possible hosts for migration, not all are displayed.
> 2. If there is a large number of hosts, then the drop down showing is not easy to use.
> To fix this, propose to change the view to a list view which will show the hosts in a list view with radio button. Additionally have a search option where the hostname can be searched in this list to make it more usable.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)