2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00
xcat-core/xCAT-web-exp/vitals.html
2008-10-13 15:51:56 +00:00

12 lines
272 B
HTML

<script type="text/javascript">
$(document).ready(function() {
$("#vitality").click(function() {
$("#mydisp").text("Would have rvitals against "+noderange);
});
});
</script>
<body>
<div id="mydisp"></div>
<button id="vitality">Get Vitals</button>
</body>