You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/06/21 23:15:45 UTC

git commit: updated refs/heads/master to 364f263

Updated Branches:
  refs/heads/master 08a7b2824 -> 364f26327


CLOUDSTACK-3123: UI - remove obsolete dataProvider.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/364f2632
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/364f2632
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/364f2632

Branch: refs/heads/master
Commit: 364f26327eefeeeebdfdf9ca29869464a313e1ee
Parents: 08a7b28
Author: Jessica Wang <je...@apache.org>
Authored: Fri Jun 21 14:13:48 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Fri Jun 21 14:13:48 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/364f2632/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 71b913e..839d4e2 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: {