Server Health from GUI header - Phase 2.

Resolves openbmc/openbmc-test-automation#1285

Change-Id: I832901fd84ddacc2dd0fb31e755ad10d49f8ef28
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 7cf529a..dd36515 100644
--- a/gui/obmc_gui/data/resource_variables.py
+++ b/gui/obmc_gui/data/resource_variables.py
@@ -104,3 +104,8 @@
     xpath_refresh_circle = "/html/body/main/loader/div[1]/svg/circle"
     xpath_drop_down_timezone_utc =  \
         "//*[@id='event-log']/section[1]/div/div/ul/li[2]/button"
+    xpath_event_filter_all = "//*[@id='event-filter']/div[3]/div/button"
+    xpath_event_filter_resolved =  \
+        "//*[@id='event-filter']/div[3]/div/ul/li[2]/button"
+    xpath_event_filter_unresolved = \
+        "//*[@id='event-filter']/div[3]/div/ul/li[3]/button"