2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00
xcat-core/xCAT-web-exp/inventory.html
2008-10-13 15:51:56 +00:00

12 lines
280 B
HTML

<script type="text/javascript">
$(document).ready(function() {
$("#rinvbutton").click(function() {
$("#mydisp").text("Would have queried inv from "+noderange);
});
});
</script>
<body>
<div id="mydisp"></div>
<button id="rinvbutton">Get Inventory</button>
</body>