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