added logging to ServiceBase to capture HTTP errors

This commit is contained in:
sbwalker
2023-07-13 07:39:24 -04:00
parent 6b0f5ed12d
commit be799eb254
3 changed files with 55 additions and 17 deletions

View File

@ -37,7 +37,7 @@
</div>
</div>
<div class="row mb-1 align-items-center">
<Label Class="col-sm-3" For="category" HelpText="The categories that were affected" ResourceKey="Category">Category: </Label>
<Label Class="col-sm-3" For="category" HelpText="The fully qualified type type that was affected" ResourceKey="Category">Type Name: </Label>
<div class="col-sm-9">
<input id="category" class="form-control" @bind="@_category" readonly />
</div>