From cbada24a3117b2f9b8e0b3268d90896f542d4075 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-UI/js/custom/esx.js --- xCAT-UI/js/custom/esx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/esx.js b/xCAT-UI/js/custom/esx.js index c20b05c3c..6da1b2ad2 100644 --- a/xCAT-UI/js/custom/esx.js +++ b/xCAT-UI/js/custom/esx.js @@ -745,4 +745,4 @@ function updateESXProvisionStatus(data) { $('#' + statBarId).find('div').append('
It will take several minutes before the nodes are up and ready. Use rcons to monitor the status of the install.
'); } } -} \ No newline at end of file +}