feat(frontend): refine loading marker
This commit is contained in:
@@ -181,7 +181,7 @@ const RulesList: Component = () => {
|
||||
when={!rules.loading}
|
||||
fallback={
|
||||
<tr>
|
||||
<td colspan="4" class="text-center py-4">
|
||||
<td colspan="4" class="p-8 text-center text-gray-500">
|
||||
Loading...
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user