From 363bc65a1dec1b3acac53f31ed80f89edd0cfbda Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 4 Jul 2011 09:26:00 +0000 Subject: [PATCH] add mm node and blade node on the nodes page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10005 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/blade.js | 183 ++++++++++++++++++++++++++++++++++++- xCAT-UI/js/nodes/nodes.js | 4 +- 2 files changed, 184 insertions(+), 3 deletions(-) diff --git a/xCAT-UI/js/custom/blade.js b/xCAT-UI/js/custom/blade.js index 1176c9627..c55b0ce08 100644 --- a/xCAT-UI/js/custom/blade.js +++ b/xCAT-UI/js/custom/blade.js @@ -201,5 +201,184 @@ bladePlugin.prototype.loadResources = function() { * @return Nothing */ bladePlugin.prototype.addNode = function() { - openDialog('info', 'Under construction'); -}; \ No newline at end of file + var nodeTypeSelectDia = $('
'); + nodeTypeSelectDia.append('
'); + //append the mm div + var mmStr = '
' + + '

' + + '' + + '
'; + + //append the blade div + var bladeStr = '