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