diff --git a/src/AzureIoTHub.Portal/Client/Pages/Gateways/Logs.razor b/src/AzureIoTHub.Portal/Client/Pages/Gateways/Logs.razor index 0c52822fb..b19e30bff 100644 --- a/src/AzureIoTHub.Portal/Client/Pages/Gateways/Logs.razor +++ b/src/AzureIoTHub.Portal/Client/Pages/Gateways/Logs.razor @@ -3,9 +3,9 @@ @using Newtonsoft.Json; - + - + @@ -13,7 +13,7 @@ - + @@ -26,7 +26,10 @@ @context.TimeStamp @context.LogLevel - @context.Text + + + + @*@context.Text*@