From 364f26327eefeeeebdfdf9ca29869464a313e1ee Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 21 Jun 2013 14:13:48 -0700 Subject: [PATCH] CLOUDSTACK-3123: UI - remove obsolete dataProvider. --- ui/scripts/system.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 71b913e3708..839d4e2f2fc 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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: {