@using Leica.Spider.BusinessCenter.Frontend.Utils
@model Leica.Spider.BusinessCenter.Frontend.Areas.User.Models.DisplayDetailedConnectionLogViewModel
@{
Layout = null;
}
Detailed Connection Log
@{
var theme = Session.ActiveThemeId;
if (!string.IsNullOrEmpty(theme))
{
@Html.RenderThemeStyles(theme)
}
}
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/Commons")
@Scripts.Render("~/bundles/DisplayDetailedConnectionLog")
@Styles.Render("~/Areas/User/Content/DisplayDetailedConnectionLog")