mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
B #1533: TypeError: Cannot read property 'updateView'
This commit is contained in:
parent
7f26f26b0c
commit
c4980894b4
@ -55,7 +55,10 @@ define(function(require) {
|
||||
type: "list",
|
||||
call: that.openNebulaResource.list,
|
||||
callback: function(request, response) {
|
||||
Sunstone.getDataTable(that.tabId).updateView(request, response);
|
||||
var datatable = Sunstone.getDataTable(that.tabId);
|
||||
if (datatable){
|
||||
datatable.updateView(request, response);
|
||||
}
|
||||
},
|
||||
error: Notifier.onError
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user