diff --git a/ui/jsp/event.jsp b/ui/jsp/event.jsp index 6b2935b3d49..53465a35e79 100644 --- a/ui/jsp/event.jsp +++ b/ui/jsp/event.jsp @@ -63,8 +63,18 @@
- +
+
+
+ :
+
+
+
+
+
+
+
:
@@ -74,7 +84,7 @@
-
+
:
@@ -84,7 +94,7 @@
-
+
:
@@ -94,7 +104,7 @@
-
+
:
@@ -104,7 +114,7 @@
-
+
:
diff --git a/ui/scripts/cloud.core.event.js b/ui/scripts/cloud.core.event.js index 4a32f4ab411..46c88a1dc34 100644 --- a/ui/scripts/cloud.core.event.js +++ b/ui/scripts/cloud.core.event.js @@ -101,6 +101,7 @@ function eventJsonToDetailsTab() { $thisTab.find("#id").text(fromdb(jsonObj.id)); $thisTab.find("#username").text(fromdb(jsonObj.username)); $thisTab.find("#account").text(fromdb(jsonObj.account)); + $thisTab.find("#domain").text(fromdb(jsonObj.domain)); $thisTab.find("#type").text(fromdb(jsonObj.type)); $thisTab.find("#level").text(fromdb(jsonObj.level)); $thisTab.find("#description").text(fromdb(jsonObj.description));