You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/10/12 04:25:50 UTC

[49/50] git commit: cloudstack UI - event page - add more fields to detailView.

cloudstack UI - event page - add more fields to detailView.


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

Branch: refs/heads/javelin
Commit: 9e1b5b536129f53919602b8c59fd9737e0167548
Parents: 1a7dbdc
Author: Jessica Wang <je...@citrix.com>
Authored: Thu Oct 4 14:41:11 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Thu Oct 4 15:35:55 2012 -0700

----------------------------------------------------------------------
 ui/scripts/events.js |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9e1b5b53/ui/scripts/events.js
----------------------------------------------------------------------
diff --git a/ui/scripts/events.js b/ui/scripts/events.js
index 37eadbd..ab7a667 100644
--- a/ui/scripts/events.js
+++ b/ui/scripts/events.js
@@ -34,10 +34,10 @@
         listView: {
           id: 'events',
           label: 'label.menu.events',
-          fields: {
-            type: { label: 'label.type' },
+          fields: {            
             description: { label: 'label.description' },
-            username: { label: 'label.initiated.by' },
+            domain: { label: 'label.domain' },
+						account: { label: 'label.account' },
             created: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
           },
           dataProvider: function(args) {					  
@@ -70,9 +70,15 @@
                 title: 'label.details',
                 fields: [
                   {
-                    type: { label: 'label.type' },
-                    description: { label: 'label.description' },
-                    created: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
+									  description: { label: 'label.description' },
+										state: { label: 'label.state' },
+									  level: { label: 'label.level' },
+                    type: { label: 'label.type' },										                
+										domain: { label: 'label.domain' },
+										account: { label: 'label.account' },
+										username: { label: 'label.initiated.by' },
+                    created: { label: 'label.date', converter: cloudStack.converters.toLocalDate },
+										id: { label: 'label.id' }
                   }
                 ],
                 dataProvider: function(args) {