diff --git a/xCAT-UI/js/ui.js b/xCAT-UI/js/ui.js index 065dcabe8..73371e4f7 100644 --- a/xCAT-UI/js/ui.js +++ b/xCAT-UI/js/ui.js @@ -357,7 +357,7 @@ function createInfoBar(msg) { // Do not change the background color or color! This is handled by the theme // the user selects. var infoBar = $('
').css({ - 'margin': '5px 0px', + 'margin': '5px 0px' }); var icon = $('').css({ 'display': 'inline-block', @@ -1055,4 +1055,4 @@ function getNodesChecked(datatableId) { } return tgts; -} \ No newline at end of file +}