Merge pull request 'Add report logos and configurable folder scan depth' (#2) from feat/report-logos-and-scan-depth into main
Reviewed-on: #2
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@(_running ? $"Loading… ({_loadCount} users)" : "Load Users")
|
||||
</button>
|
||||
</div>
|
||||
<ProgressPanel IsRunning="_running" StatusMessage="_status" />
|
||||
<ProgressPanel IsRunning="_running" StatusMessage="@_status" />
|
||||
</div>
|
||||
|
||||
@if (!string.IsNullOrEmpty(_error)) { <div class="alert alert-error">@_error</div> }
|
||||
|
||||
Reference in New Issue
Block a user