xcat-core/xCAT-web/machines/diagnode.php
2008-10-29 13:57:19 +00:00

17 lines
514 B
PHP

<?php
// Show some key attributes of the selected nodes
$TOPDIR = '..';
require_once "$TOPDIR/lib/functions.php";
//echo "<LINK rel=stylesheet href='$TOPDIR/manage/dsh.css' type='text/css'>\n";
//echo "<script type='text/javascript' src='$TOPDIR/manage/dsh.js'></script>\n";
echo "<FORM NAME=diagForm>\n";
//insertButtons(array('label' => 'Show Attributes', 'id' => 'attrButton', 'onclick' => ''));
echo "</FORM>\n";
//<script type='text/javascript'>dshReady();</script>
insertNotDoneYet();
?>