Update static/index.html
Browse files- static/index.html +3 -2
static/index.html
CHANGED
|
@@ -250,8 +250,9 @@
|
|
| 250 |
</template>
|
| 251 |
</select>
|
| 252 |
<button @click="loadBackupList()" class="p-1.5 rounded-lg text-gray-400 hover:text-gray-200 hover:bg-gray-800 transition" title="Refresh">
|
| 253 |
-
|
| 254 |
-
|
|
|
|
| 255 |
</div>
|
| 256 |
<div x-show="backupLoading" class="flex items-center justify-center py-8">
|
| 257 |
<div class="w-5 h-5 border-2 border-brand-500 border-t-transparent rounded-full animate-spin"></div>
|
|
|
|
| 250 |
</template>
|
| 251 |
</select>
|
| 252 |
<button @click="loadBackupList()" class="p-1.5 rounded-lg text-gray-400 hover:text-gray-200 hover:bg-gray-800 transition" title="Refresh">
|
| 253 |
+
<i data-lucide="refresh-cw" class="w-3.5 h-3.5"></i>
|
| 254 |
+
</button>
|
| 255 |
+
</div>
|
| 256 |
</div>
|
| 257 |
<div x-show="backupLoading" class="flex items-center justify-center py-8">
|
| 258 |
<div class="w-5 h-5 border-2 border-brand-500 border-t-transparent rounded-full animate-spin"></div>
|