Edit info bar for adding processor.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7655 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2a23403700
commit
8ae52dcdb2
@ -567,7 +567,7 @@ zvmPlugin.prototype.loadInventory = function(data) {
|
||||
/**
|
||||
* Add processor
|
||||
*/
|
||||
var addProcLink = $('<a href="#">Add processor</a>');
|
||||
var addProcLink = $('<a href="#">Add temporary processor</a>');
|
||||
addProcLink.bind('click', function(event) {
|
||||
openAddProcDialog(node);
|
||||
});
|
||||
|
@ -1007,7 +1007,7 @@ function openAddProcDialog(node) {
|
||||
// Create form to add processor
|
||||
var addProcForm = $('<div class="form"></div>');
|
||||
// Create info bar
|
||||
var info = createInfoBar('Add a processor');
|
||||
var info = createInfoBar('Add a temporary processor');
|
||||
addProcForm.append(info);
|
||||
addProcForm.append('<div><label for="procNode">Processor for:</label><input type="text" readonly="readonly" id="procNode" name="procNode" value="' + node + '"/></div>');
|
||||
addProcForm.append('<div><label for="procAddress">Processor address:</label><input type="text" id="procAddress" name="procAddress"/></div>');
|
||||
|
Loading…
Reference in New Issue
Block a user