Server health from GUI header - Phase 5.

Resolves openbmc/openbmc-test-automation#1322

Change-Id: Ic44ce08e183efa6d13cb5d2b393e1b9858a60796
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/gui/obmc_gui/data/resource_variables.py b/gui/obmc_gui/data/resource_variables.py
index 345d638..83d1b6f 100644
--- a/gui/obmc_gui/data/resource_variables.py
+++ b/gui/obmc_gui/data/resource_variables.py
@@ -124,3 +124,15 @@
         "//*[@id='event__actions-bar']/div[2]/div[1]/div[2]/button[2]"
     xpath_event_delete_yes = \
         "//*[@id='event__actions-bar']/div[2]/div[1]/div[2]/button[1]"
+    xpath_individual_event_select = \
+        "//*[@id='event-log__events']/log-event[1]/div/div[1]/div[2]/label/" +\
+        "span"
+    xpath_individual_event_delete = \
+        "//*[@id='event__actions-bar']/div[2]/div[2]/button[1]"
+    xpath_individual_event_delete_yes = \
+        "//*[@id='event__actions-bar']/div[2]/div[1]/div[2]/button[1]"
+    xpath_second_event_select = \
+        "//*[@id='event-log__events']/log-event[2]/div/div[1]/div[2]/label/" +\
+        span"
+    xpath_individual_event_resolved = \
+        "//*[@id='event__actions-bar']/div[2]/div[2]/button[2]"