diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 230a8465..f72a46fb 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -98,7 +98,7 @@
:dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''">
[[ key ]]s
-
+
@@ -814,6 +814,13 @@
changeRefreshInterval(){
localStorage.setItem("refreshInterval", this.refreshInterval);
},
+ async manualRefresh(){
+ if(!this.isRefreshEnabled){
+ this.spinning = true;
+ await this.getDBInbounds();
+ this.spinning = false;
+ }
+ },
},
watch: {
searchKey: debounce(function (newVal) {