[
https://issues.apache.org/jira/browse/CLOUDSTACK-9784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15887879#comment-15887879
]
ASF subversion and git services commented on CLOUDSTACK-9784:
-------------------------------------------------------------
Commit 61ce75e901a9d319284dced0d304c7ecc7559f45 in cloudstack's branch
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=61ce75e ]
Merge pull request #1942 from Accelerite/CS-50422
CLOUDSTACK-9784 : GPU detail not displayed in GPU tab of management server
UI.ISSUE
==================
When GPU tab of the host is selected on the management server UI, no GPU detail
is displayed.
RESOLUTION
==================
In the javascript file "system.js" while fetching the GPU details, sort
functionality in dataprovider is returning value as undefined and hence it
throwing an exception. So handled the output as undefined gracefully to avoid
exception.
**Screenshot before applying fix :**

**Screenshot after applying fix :**

* pr/1942:
CLOUDSTACK-9784 : GPU detail not displayed in GPU tab of management server UI.
Signed-off-by: Rajani Karuturi <[email protected]>
> GPU detail not displayed in GPU tab of management server UI.
> ------------------------------------------------------------
>
> Key: CLOUDSTACK-9784
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9784
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Nitesh Sarda
>
> ISSUE
> ==================
> When GPU tab of the host is selected on the management server UI, no GPU
> detail is displayed.
> RESOLUTION
> ==================
> There is a javascript file namely "system.js" in which while fetching the
> GPU details, sort functionality in dataprovider is returning value as
> undefined and hence it throwing an exception. So handled the output as
> undefined gracefully to avoid exception.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)