mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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 <rajani.karuturi@accelerite.com>