[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-28 Thread ASF subversion and git services (JIRA)

[ 
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 before applying 
fix](https://cloud.githubusercontent.com/assets/25146827/23017606/f63fe470-f460-11e6-8d26-553e98bb0664.PNG)

**Screenshot after applying fix :**

![screenshot after applying 
fix](https://cloud.githubusercontent.com/assets/25146827/23017627/07d5a8b4-f461-11e6-814e-3c27b1bbda41.PNG)

* pr/1942:
  CLOUDSTACK-9784 : GPU detail not displayed in GPU tab of management server UI.

Signed-off-by: Rajani Karuturi 


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/1942


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CLOUDSTACK-9784:
-

Commit 36abc63b91cce72d1bee96eea630252c348f2450 in cloudstack's branch 
refs/heads/master from [~niteshsarda]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=36abc63 ]

CLOUDSTACK-9784 : GPU detail not displayed in GPU tab of management server UI.


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-28 Thread ASF subversion and git services (JIRA)

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

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 before applying 
fix](https://cloud.githubusercontent.com/assets/25146827/23017606/f63fe470-f460-11e6-8d26-553e98bb0664.PNG)

**Screenshot after applying fix :**

![screenshot after applying 
fix](https://cloud.githubusercontent.com/assets/25146827/23017627/07d5a8b4-f461-11e6-814e-3c27b1bbda41.PNG)

* pr/1942:
  CLOUDSTACK-9784 : GPU detail not displayed in GPU tab of management server UI.

Signed-off-by: Rajani Karuturi 


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


Github user Ashadeepa commented on the issue:

https://github.com/apache/cloudstack/pull/1942
  
Tested the code changes. LGTM 


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


Github user yvsubhash commented on the issue:

https://github.com/apache/cloudstack/pull/1942
  
LGTM for code changes


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


Github user SudharmaJain commented on the issue:

https://github.com/apache/cloudstack/pull/1942
  
LGTM on the code changes


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


Github user niteshsarda commented on the issue:

https://github.com/apache/cloudstack/pull/1942
  
@SudharmaJain : As per suggestion, I have added a screenshot of the UI 
before and after adding fix in description comment. Please check


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


Github user SudharmaJain commented on the issue:

https://github.com/apache/cloudstack/pull/1942
  
@niteshsarda Can you add some screenshots of the impact before the fix and 
after the fix.


> 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)


[jira] [Commented] (CLOUDSTACK-9784) GPU detail not displayed in GPU tab of management server UI.

2017-02-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLOUDSTACK-9784:


GitHub user niteshsarda opened a pull request:

https://github.com/apache/cloudstack/pull/1942

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
==

 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.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Accelerite/cloudstack CS-50422

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1942.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1942


commit 36abc63b91cce72d1bee96eea630252c348f2450
Author: Nitesh Sarda 
Date:   2017-02-14T15:59:21Z

CLOUDSTACK-9784 : GPU detail not displayed in GPU tab of management server 
UI.




> 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)