+ @foreach (var activity in Model.RecentActivities)
+ {
+
+
+ @switch (activity.Severity)
+ {
+ case "Warning":
+
+ break;
+ case "Error":
+
+ break;
+ default:
+
+ break;
+ }
+
+
+
@activity.Description
+
+ @activity.AgentName • @activity.TenantName • @activity.Timestamp.ToString("yyyy-MM-dd HH:mm")
+
+
+
+ @activity.ActivityType
+
+
+ }
+