This commit is contained in:
心隨緣動 2025-09-08 20:44:38 +08:00 committed by GitHub
parent e842942319
commit 86e5f720bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,9 +463,6 @@
<a-tag :style="{ margin: '0', padding: '0 2px' }" color="blue" v-if="clientCount[dbInbound.id].online.length">[[ clientCount[dbInbound.id].online.length ]]</a-tag>
</a-popover>
</template>
</template>
<template slot="deviceLimit" slot-scope="text, dbInbound">
<a-tag>[[ SizeFormatter.sizeFormat(dbInbound.deviceLimit) ]]</a-tag>
</template>
<template slot="traffic" slot-scope="text, dbInbound">
<a-popover :overlay-class-name="themeSwitcher.currentTheme">
@ -859,7 +856,7 @@
}, 500);
},
async getOnlineUsers() {
const msg = await HttpUtil.post('/panel/inbound/onlines');
const msg = await HttpUtil.post('panel/api/inbounds/onlines');
if (!msg.success) {
return;
}