diff --git a/xCAT-UI/js/custom/zUtils.js b/xCAT-UI/js/custom/zvm.js similarity index 100% rename from xCAT-UI/js/custom/zUtils.js rename to xCAT-UI/js/custom/zvm.js diff --git a/xCAT-UI/js/ui.js b/xCAT-UI/js/ui.js index 0ba639840..b1f0b15e9 100644 --- a/xCAT-UI/js/ui.js +++ b/xCAT-UI/js/ui.js @@ -401,7 +401,7 @@ function initPage() { includeJs("js/monitor/monitor.js"); includeJs("js/nodes/nodes.js"); includeJs("js/provision/provision.js"); - includeJs("js/custom/zUtils.js"); + includeJs("js/custom/zvm.js"); // Get the page being loaded var url = window.location.pathname;