%@page import="ez.metrix.entity.LoyaltyData"%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="ISO-8859-1"%>
<%@ page import="java.util.*"%>
<%@ page import="java.io.File"%>
<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%>
<%
List lstJob = jobStatus.getDataLoyatly();
pageContext.setAttribute("lstJob", lstJob);
%>
Dashboard
/