bug 12661: Fix select showing ID instead of value

This commit is contained in:
bfederle 2011-12-19 14:37:23 -08:00
parent a19b1d92ce
commit 2a2d424bcc

View File

@ -402,7 +402,6 @@
noSelect: true, noSelect: true,
fields: { fields: {
'podid': { 'podid': {
edit: true,
label: 'Pod', label: 'Pod',
select: function(args) { select: function(args) {
$.ajax({ $.ajax({