diff --git a/xCAT-UI/js/custom/zvmUtils.js b/xCAT-UI/js/custom/zvmUtils.js index d2b52c17d..184dc05bc 100644 --- a/xCAT-UI/js/custom/zvmUtils.js +++ b/xCAT-UI/js/custom/zvmUtils.js @@ -3486,7 +3486,7 @@ function loadDiskPoolTable(data) { // Create bar chart, only when there is data var plot; var panelId = hcp + 'Disks'; - $('#' + panelId).prepend($('
')); + $('#' + panelId).prepend($('
')); plot = $.jqplot(hcp + 'DiskChart', [used, free], { title: '', stackSeries: true, @@ -3720,7 +3720,7 @@ function loadZfcpPoolTable(data) { // Create bar chart, only when there is data if ((used.length || free.length) && ticks.length) { - $('#' + panelId).prepend($('
')); + $('#' + panelId).prepend($('
')); var plot = $.jqplot(hcp + 'ZfcpChart', [used, free], { title: '', stackSeries: true,