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/11/08 23:54:35 UTC

git commit: updated refs/heads/master to d9ebbae

Updated Branches:
  refs/heads/master 7d2961a0f -> d9ebbaeb7


CLOUDSTACK-999: hyper-V: UI > Infrastructure > Secondary Storages > add protocol field to listView, detailView.


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

Branch: refs/heads/master
Commit: d9ebbaeb770823294dc4d9ce45538220f7e711bc
Parents: 7d2961a
Author: Jessica Wang <je...@apache.org>
Authored: Fri Nov 8 14:54:14 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Fri Nov 8 14:54:14 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d9ebbaeb/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 664c8bc..0f12f67 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -14950,12 +14950,9 @@
                             fields: {
                                 name: {
                                     label: 'label.name'
-                                },
-                                url: {
-                                    label: 'label.url'
-                                },
-                                providername: {
-                                    label: 'Provider'
+                                },                                
+                                protocol: {
+                                    label: 'label.protocol'
                                 }
                             },
 
@@ -15636,6 +15633,9 @@
                                             url: {
                                                 label: 'label.url'
                                             },
+                                            protocol: {
+                                                label: 'label.protocol'
+                                            },
                                             providername: {
                                                 label: 'Provider'
                                             },