diff --git a/xCAT-web/machines/ping.js b/xCAT-web/machines/ping.js new file mode 100644 index 000000000..e49d72061 --- /dev/null +++ b/xCAT-web/machines/ping.js @@ -0,0 +1,13 @@ +// Javascript functions for the Ping tab + +function loadPingTab(panel) { + //alert('showing ping tab'); + var nr = ''; + if (window.noderange && window.noderange != "") { + nr = window.noderange; + } + + panel.children().remove(); //get rid of the previous contents + panel.append('
Loading node ping...