You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/10/06 00:32:45 UTC

[28/49] 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/18283588
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/18283588
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/18283588

Branch: refs/heads/maven-to-rpm
Commit: 18283588e58853ddb2561707523ea224d5601706
Parents: f25c2a7
Author: Jessica Wang <je...@citrix.com>
Authored: Thu Oct 4 14:41:11 2012 -0700
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Sat Oct 6 00:30:27 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/18283588/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) {