mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3123: UI - remove obsolete dataProvider.
This commit is contained in:
parent
08a7b28245
commit
364f26327e
|
|
@ -6849,7 +6849,7 @@
|
|||
sections: {
|
||||
secondaryStorage: {
|
||||
listView: {
|
||||
dataProvider: function (args) {
|
||||
dataProvider: function (args) {
|
||||
var searchByArgs = args.filterBy.search.value.length ?
|
||||
'&name=' + args.filterBy.search.value : '';
|
||||
|
||||
|
|
@ -12878,7 +12878,8 @@
|
|||
providername: { label: 'Provider' }
|
||||
},
|
||||
|
||||
dataProvider: function(args) {
|
||||
/*
|
||||
dataProvider: function(args) { //being replaced with dataProvider in line 6852
|
||||
var array1 = [];
|
||||
if(args.filterBy != null) {
|
||||
if(args.filterBy.search != null && args.filterBy.search.by != null && args.filterBy.search.value != null) {
|
||||
|
|
@ -12905,6 +12906,7 @@
|
|||
}
|
||||
});
|
||||
},
|
||||
*/
|
||||
|
||||
actions: {
|
||||
add: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue