xcat-core/xCAT-UI/js/custom/hmc.js
phamt 5f7bca49f8 Cleaned up code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6797 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-19 18:28:31 +00:00

45 lines
610 B
JavaScript

$(document).ready(function(){
// Include utility scripts
});
/**
* Load node inventory
*
* @param data
* Data from HTTP request
* @return Nothing
*/
function loadInventory(data) {
}
/**
* Load clone page
*
* @param node
* Source node to clone
* @return Nothing
*/
function loadClonePage(node) {
}
/**
* Load provision page
*
* @param tabId
* The provision tab ID
* @return Nothing
*/
function loadProvisionPage(tabId) {
}
/**
* Load resources
*
* @return Nothing
*/
function loadResources() {
}