@using PMS.BusinessModels.CloudMonitorManage; @{ ViewBag.Title = "EarlyWarningManagementIndex"; Layout = "~/Views/Shared/_MainLayoutPage.cshtml"; AlertConfig config = ViewBag.Model as AlertConfig; }