Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
12
ReportingServices.UI/Views/Shared/_LoadingPartial.cshtml
Normal file
12
ReportingServices.UI/Views/Shared/_LoadingPartial.cshtml
Normal file
@ -0,0 +1,12 @@
|
||||
<div id="LoadingDisplay" style="display: none;">
|
||||
<div id="LoadingDisplayContent">
|
||||
<div class="d-flex justify-content-center">
|
||||
<div class="spinner-border" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-center">
|
||||
<strong>Loading</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user