You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/28 09:41:13 UTC

[GitHub] [cloudstack] davidjumani edited a comment on pull request #6162: UI - Fixes UI bugs

davidjumani edited a comment on pull request #6162:
URL: https://github.com/apache/cloudstack/pull/6162#issuecomment-1080420458


   @utchoang When in a project view, and the user clicks on a specific ssh key, it should go into the detail view of that key. However it results in a 404. Caused by using `name=<key-id>` instead of `name=<key-name>` in the request when the record has annotations
   https://github.com/apache/cloudstack/blob/main/ui/src/components/view/ListView.vue#L102
   should have the same check for ssh as 
   https://github.com/apache/cloudstack/blob/main/ui/src/components/view/ListView.vue#L113


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org