From ffa9aafaa7f7dc38ee3de31259bb98a1ae84d0ca 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/blade.js --- xCAT-UI/js/custom/blade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/blade.js b/xCAT-UI/js/custom/blade.js index adbfefb66..c3c771962 100644 --- a/xCAT-UI/js/custom/blade.js +++ b/xCAT-UI/js/custom/blade.js @@ -916,4 +916,4 @@ function updateBladeProvisionExistingStatus(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 +}