inbounds.html 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. {{template "head" .}}
  4. <style>
  5. .ant-table:not(.ant-table-expanded-row .ant-table) {
  6. outline: 1px solid #f0f0f0;
  7. outline-offset: -1px;
  8. border-radius: 1rem;
  9. overflow-x: hidden;
  10. }
  11. .dark .ant-table:not(.ant-table-expanded-row .ant-table) {
  12. outline-color: var(--dark-color-table-ring);
  13. }
  14. .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
  15. overflow-y: hidden;
  16. }
  17. .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper {
  18. margin:-10px 22px !important;
  19. }
  20. .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper .ant-table {
  21. border-bottom-left-radius: 1rem;
  22. border-bottom-right-radius: 1rem;
  23. }
  24. .ant-table .ant-table-content .ant-table-tbody tr:last-child tr:last-child td {
  25. border-bottom-color: transparent;
  26. }
  27. .ant-table .ant-table-tbody tr:last-child.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr:last-child>td:first-child {
  28. border-bottom-left-radius: 6px;
  29. }
  30. .ant-table .ant-table-tbody tr:last-child.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr:last-child>td:last-child {
  31. border-bottom-right-radius: 6px;
  32. }
  33. @media (min-width: 769px) {
  34. .ant-layout-content {
  35. margin: 24px 16px;
  36. }
  37. }
  38. @media (max-width: 768px) {
  39. .ant-card-body {
  40. padding: .5rem;
  41. }
  42. .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper {
  43. margin:-10px 2px !important;
  44. }
  45. }
  46. .dark .ant-switch-small:not(.ant-switch-checked) {
  47. background-color: var(--dark-color-surface-100) !important;
  48. }
  49. .ant-custom-popover-title {
  50. display: flex;
  51. align-items: center;
  52. gap: 10px;
  53. margin: 5px 0;
  54. }
  55. .ant-col-sm-24 {
  56. margin: 0.5rem -2rem 0.5rem 2rem;
  57. }
  58. tr.hideExpandIcon .ant-table-row-expand-icon {
  59. display: none;
  60. }
  61. .infinite-tag {
  62. padding: 0 5px;
  63. border-radius: 2rem;
  64. min-width: 50px;
  65. min-height: 22px;
  66. }
  67. .infinite-bar .ant-progress-inner .ant-progress-bg {
  68. background-color: #F2EAF1;
  69. border: #D5BED2 solid 1px;
  70. }
  71. .dark .infinite-bar .ant-progress-inner .ant-progress-bg {
  72. background-color: #7a316f !important;
  73. border: #7a316f solid 1px;
  74. }
  75. .ant-collapse {
  76. margin: 5px 0;
  77. }
  78. .info-large-tag {
  79. max-width: 200px;
  80. overflow: hidden;
  81. }
  82. .online-animation .ant-badge-status-dot {
  83. animation: onlineAnimation 1.2s linear infinite;
  84. }
  85. @keyframes onlineAnimation {
  86. 0%,
  87. 50%,
  88. 100% {
  89. transform: scale(1);
  90. opacity: 1;
  91. }
  92. 10% {
  93. transform: scale(1.5);
  94. opacity: .2;
  95. }
  96. }
  97. .tr-table-box {
  98. display: flex;
  99. gap: 4px;
  100. justify-content: center;
  101. align-items: center;
  102. }
  103. .tr-table-rt {
  104. flex-basis: 70px;
  105. min-width: 70px;
  106. text-align: end;
  107. }
  108. .tr-table-lt {
  109. flex-basis: 70px;
  110. min-width: 70px;
  111. text-align: start;
  112. }
  113. .tr-table-bar {
  114. flex-basis: 160px;
  115. min-width: 60px;
  116. }
  117. .tr-infinity-ch {
  118. font-size: 14pt;
  119. max-height: 24px;
  120. display: inline-flex;
  121. align-items: center;
  122. }
  123. .ant-table-expanded-row .ant-table .ant-table-body {
  124. overflow-x: hidden;
  125. }
  126. .ant-table-expanded-row .ant-table-tbody>tr>td {
  127. padding: 10px 2px;
  128. }
  129. .ant-table-expanded-row .ant-table-thead>tr>th {
  130. padding: 12px 2px;
  131. }
  132. </style>
  133. <body>
  134. <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
  135. {{ template "commonSider" . }}
  136. <a-layout id="content-layout">
  137. <a-layout-content>
  138. <a-spin :spinning="spinning" :delay="500" tip='{{ i18n "loading"}}'>
  139. <transition name="list" appear>
  140. <a-alert type="error" v-if="showAlert" style="margin-bottom: 10px"
  141. message='{{ i18n "secAlertTitle" }}'
  142. color="red"
  143. description='{{ i18n "secAlertSsl" }}'
  144. show-icon closable>
  145. </a-alert>
  146. </transition>
  147. <transition name="list" appear>
  148. <a-card size="small" style="padding: 16px;" hoverable>
  149. <a-row>
  150. <a-col :sm="12" :md="6">
  151. <a-custom-statistic title='{{ i18n "pages.inbounds.totalDownUp" }}' :value="`${SizeFormatter.sizeFormat(total.up)} / ${SizeFormatter.sizeFormat(total.down)}`">
  152. <template #prefix>
  153. <a-icon type="swap"></a-icon>
  154. </template>
  155. </a-custom-statistic>
  156. </a-col>
  157. <a-col :sm="12" :md="6">
  158. <a-custom-statistic title='{{ i18n "pages.inbounds.totalUsage" }}' :value="SizeFormatter.sizeFormat(total.up + total.down)" :style="{ marginTop: isMobile ? '10px' : 0 }">
  159. <template #prefix>
  160. <a-icon type="pie-chart"></a-icon>
  161. </template>
  162. </a-custom-statistic>
  163. </a-col>
  164. <a-col :sm="12" :md="6">
  165. <a-custom-statistic title='{{ i18n "pages.inbounds.inboundCount" }}' :value="dbInbounds.length" :style="{ marginTop: isMobile ? '10px' : 0 }">
  166. <template #prefix>
  167. <a-icon type="bars"></a-icon>
  168. </template>
  169. </a-custom-statistic>
  170. </a-col>
  171. <a-col :sm="12" :md="6">
  172. <a-custom-statistic title='{{ i18n "clients" }}' value=" " :style="{ marginTop: isMobile ? '10px' : 0 }">
  173. <template #prefix>
  174. <a-space direction="horizontal">
  175. <a-icon type="team"></a-icon>
  176. <div>
  177. <a-back-top :target="() => document.getElementById('content-layout')" visibility-height="200"></a-back-top>
  178. <a-tag color="green">[[ total.clients ]]</a-tag>
  179. <a-popover title='{{ i18n "disabled" }}' :overlay-class-name="themeSwitcher.currentTheme">
  180. <template slot="content">
  181. <div v-for="clientEmail in total.deactive"><span>[[ clientEmail ]]</span></div>
  182. </template>
  183. <a-tag v-if="total.deactive.length">[[ total.deactive.length ]]</a-tag>
  184. </a-popover>
  185. <a-popover title='{{ i18n "depleted" }}' :overlay-class-name="themeSwitcher.currentTheme">
  186. <template slot="content">
  187. <div v-for="clientEmail in total.depleted"><span>[[ clientEmail ]]</span></div>
  188. </template>
  189. <a-tag color="red" v-if="total.depleted.length">[[ total.depleted.length ]]</a-tag>
  190. </a-popover>
  191. <a-popover title='{{ i18n "depletingSoon" }}' :overlay-class-name="themeSwitcher.currentTheme">
  192. <template slot="content">
  193. <div v-for="clientEmail in total.expiring"><span>[[ clientEmail ]]</span></div>
  194. </template>
  195. <a-tag color="orange" v-if="total.expiring.length">[[ total.expiring.length ]]</a-tag>
  196. </a-popover>
  197. <a-popover title='{{ i18n "online" }}' :overlay-class-name="themeSwitcher.currentTheme">
  198. <template slot="content">
  199. <div v-for="clientEmail in onlineClients"><span>[[ clientEmail ]]</span></div>
  200. </template>
  201. <a-tag color="blue" v-if="onlineClients.length">[[ onlineClients.length ]]</a-tag>
  202. </a-popover>
  203. </div>
  204. </a-space>
  205. </template>
  206. </a-custom-statistic>
  207. </a-col>
  208. </a-row>
  209. </a-card>
  210. </transition>
  211. <transition name="list" appear>
  212. <a-card hoverable>
  213. <template #title>
  214. <a-space direction="horizontal">
  215. <a-button type="primary" icon="plus" @click="openAddInbound">
  216. <template v-if="!isMobile">{{ i18n "pages.inbounds.addInbound" }}</template>
  217. </a-button>
  218. <a-dropdown :trigger="['click']">
  219. <a-button type="primary" icon="menu">
  220. <template v-if="!isMobile">{{ i18n "pages.inbounds.generalActions" }}</template>
  221. </a-button>
  222. <a-menu slot="overlay" @click="a => generalActions(a)" :theme="themeSwitcher.currentTheme">
  223. <a-menu-item key="import">
  224. <a-icon type="import"></a-icon>
  225. {{ i18n "pages.inbounds.importInbound" }}
  226. </a-menu-item>
  227. <a-menu-item key="export">
  228. <a-icon type="export"></a-icon>
  229. {{ i18n "pages.inbounds.export" }}
  230. </a-menu-item>
  231. <a-menu-item key="subs" v-if="subSettings.enable">
  232. <a-icon type="export"></a-icon>
  233. {{ i18n "pages.inbounds.export" }} - {{ i18n "pages.settings.subSettings" }}
  234. </a-menu-item>
  235. <a-menu-item key="resetInbounds">
  236. <a-icon type="reload"></a-icon>
  237. {{ i18n "pages.inbounds.resetAllTraffic" }}
  238. </a-menu-item>
  239. <a-menu-item key="resetClients">
  240. <a-icon type="file-done"></a-icon>
  241. {{ i18n "pages.inbounds.resetAllClientTraffics" }}
  242. </a-menu-item>
  243. <a-menu-item key="delDepletedClients" style="color: #FF4D4F;">
  244. <a-icon type="rest"></a-icon>
  245. {{ i18n "pages.inbounds.delDepletedClients" }}
  246. </a-menu-item>
  247. </a-menu>
  248. </a-dropdown>
  249. </a-space>
  250. </template>
  251. <template #extra>
  252. <a-button-group>
  253. <a-button icon="sync" @click="manualRefresh" :loading="refreshing"></a-button>
  254. <a-popover placement="bottomRight" trigger="click" :overlay-class-name="themeSwitcher.currentTheme">
  255. <template #title>
  256. <div class="ant-custom-popover-title">
  257. <a-switch v-model="isRefreshEnabled" @change="toggleRefresh" size="small"></a-switch>
  258. <span>{{ i18n "pages.inbounds.autoRefresh" }}</span>
  259. </div>
  260. </template>
  261. <template #content>
  262. <a-space direction="vertical">
  263. <span>{{ i18n "pages.inbounds.autoRefreshInterval" }}</span>
  264. <a-select v-model="refreshInterval"
  265. :disabled="!isRefreshEnabled"
  266. style="width: 100%;"
  267. @change="changeRefreshInterval"
  268. :dropdown-class-name="themeSwitcher.currentTheme">
  269. <a-select-option v-for="key in [5,10,30,60]" :value="key*1000">[[ key ]]s</a-select-option>
  270. </a-select>
  271. </a-space>
  272. </template>
  273. <a-button icon="down"></a-button>
  274. </a-popover>
  275. </a-button-group>
  276. </template>
  277. <a-space direction="vertical">
  278. <div :style="isMobile ? '' : 'display: flex; align-items: center; justify-content: flex-start;'">
  279. <a-switch v-model="enableFilter"
  280. :style="isMobile ? 'margin-bottom: .5rem; display: flex;' : 'margin-right: .5rem;'"
  281. @change="toggleFilter">
  282. <a-icon slot="checkedChildren" type="search"></a-icon>
  283. <a-icon slot="unCheckedChildren" type="filter"></a-icon>
  284. </a-switch>
  285. <a-input v-if="!enableFilter" v-model.lazy="searchKey" placeholder='{{ i18n "search" }}' autofocus style="max-width: 300px" :size="isMobile ? 'small' : ''"></a-input>
  286. <a-radio-group v-if="enableFilter" v-model="filterBy" @change="filterInbounds" button-style="solid" :size="isMobile ? 'small' : ''">
  287. <a-radio-button value="">{{ i18n "none" }}</a-radio-button>
  288. <a-radio-button value="deactive">{{ i18n "disabled" }}</a-radio-button>
  289. <a-radio-button value="depleted">{{ i18n "depleted" }}</a-radio-button>
  290. <a-radio-button value="expiring">{{ i18n "depletingSoon" }}</a-radio-button>
  291. <a-radio-button value="online">{{ i18n "online" }}</a-radio-button>
  292. </a-radio-group>
  293. </div>
  294. <a-table :columns="isMobile ? mobileColumns : columns" :row-key="dbInbound => dbInbound.id"
  295. :data-source="searchedInbounds"
  296. :scroll="isMobile ? {} : { x: 1000 }"
  297. :pagination=pagination(searchedInbounds)
  298. :expand-icon-as-cell="false"
  299. :expand-row-by-click="false"
  300. :expand-icon-column-index="0"
  301. :indent-size="0"
  302. :row-class-name="dbInbound => (dbInbound.isMultiUser() ? '' : 'hideExpandIcon')"
  303. style="margin-top: 10px">
  304. <template slot="action" slot-scope="text, dbInbound">
  305. <a-dropdown :trigger="['click']">
  306. <a-icon @click="e => e.preventDefault()" type="more" style="font-size: 20px; text-decoration: solid;"></a-icon>
  307. <a-menu slot="overlay" @click="a => clickAction(a, dbInbound)" :theme="themeSwitcher.currentTheme">
  308. <a-menu-item key="edit">
  309. <a-icon type="edit"></a-icon>
  310. {{ i18n "edit" }}
  311. </a-menu-item>
  312. <a-menu-item key="qrcode" v-if="(dbInbound.isSS && !dbInbound.toInbound().isSSMultiUser) || dbInbound.isWireguard">
  313. <a-icon type="qrcode"></a-icon>
  314. {{ i18n "qrCode" }}
  315. </a-menu-item>
  316. <template v-if="dbInbound.isMultiUser()">
  317. <a-menu-item key="addClient">
  318. <a-icon type="user-add"></a-icon>
  319. {{ i18n "pages.client.add"}}
  320. </a-menu-item>
  321. <a-menu-item key="addBulkClient">
  322. <a-icon type="usergroup-add"></a-icon>
  323. {{ i18n "pages.client.bulk"}}
  324. </a-menu-item>
  325. <a-menu-item key="resetClients">
  326. <a-icon type="file-done"></a-icon>
  327. {{ i18n "pages.inbounds.resetInboundClientTraffics"}}
  328. </a-menu-item>
  329. <a-menu-item key="export">
  330. <a-icon type="export"></a-icon>
  331. {{ i18n "pages.inbounds.export"}}
  332. </a-menu-item>
  333. <a-menu-item key="subs" v-if="subSettings.enable">
  334. <a-icon type="export"></a-icon>
  335. {{ i18n "pages.inbounds.export"}} - {{ i18n "pages.settings.subSettings" }}
  336. </a-menu-item>
  337. <a-menu-item key="delDepletedClients" style="color: #FF4D4F;">
  338. <a-icon type="rest"></a-icon>
  339. {{ i18n "pages.inbounds.delDepletedClients" }}
  340. </a-menu-item>
  341. </template>
  342. <template v-else>
  343. <a-menu-item key="showInfo">
  344. <a-icon type="info-circle"></a-icon>
  345. {{ i18n "info"}}
  346. </a-menu-item>
  347. </template>
  348. <a-menu-item key="clipboard">
  349. <a-icon type="copy"></a-icon>
  350. {{ i18n "pages.inbounds.exportInbound" }}
  351. </a-menu-item>
  352. <a-menu-item key="resetTraffic">
  353. <a-icon type="retweet"></a-icon> {{ i18n "pages.inbounds.resetTraffic" }}
  354. </a-menu-item>
  355. <a-menu-item key="clone">
  356. <a-icon type="block"></a-icon> {{ i18n "pages.inbounds.clone"}}
  357. </a-menu-item>
  358. <a-menu-item key="delete">
  359. <span style="color: #FF4D4F">
  360. <a-icon type="delete"></a-icon> {{ i18n "delete"}}
  361. </span>
  362. </a-menu-item>
  363. <a-menu-item v-if="isMobile">
  364. <a-switch size="small" v-model="dbInbound.enable" @change="switchEnable(dbInbound.id,dbInbound.enable)"></a-switch>
  365. {{ i18n "pages.inbounds.enable" }}
  366. </a-menu-item>
  367. </a-menu>
  368. </a-dropdown>
  369. </template>
  370. <template slot="protocol" slot-scope="text, dbInbound">
  371. <a-tag style="margin:0;" color="purple">[[ dbInbound.protocol ]]</a-tag>
  372. <template v-if="dbInbound.isVMess || dbInbound.isVLess || dbInbound.isTrojan || dbInbound.isSS">
  373. <a-tag style="margin:0;" color="green">[[ dbInbound.toInbound().stream.network ]]</a-tag>
  374. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isTls" color="blue">TLS</a-tag>
  375. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isReality" color="blue">Reality</a-tag>
  376. </template>
  377. </template>
  378. <template slot="clients" slot-scope="text, dbInbound">
  379. <template v-if="clientCount[dbInbound.id]">
  380. <a-tag style="margin:0;" color="green">[[ clientCount[dbInbound.id].clients ]]</a-tag>
  381. <a-popover title='{{ i18n "disabled" }}' :overlay-class-name="themeSwitcher.currentTheme">
  382. <template slot="content">
  383. <div v-for="clientEmail in clientCount[dbInbound.id].deactive"><span>[[ clientEmail ]]</span></div>
  384. </template>
  385. <a-tag style="margin:0; padding: 0 2px;" v-if="clientCount[dbInbound.id].deactive.length">[[ clientCount[dbInbound.id].deactive.length ]]</a-tag>
  386. </a-popover>
  387. <a-popover title='{{ i18n "depleted" }}' :overlay-class-name="themeSwitcher.currentTheme">
  388. <template slot="content">
  389. <div v-for="clientEmail in clientCount[dbInbound.id].depleted"><span>[[ clientEmail ]]</span></div>
  390. </template>
  391. <a-tag style="margin:0; padding: 0 2px;" color="red" v-if="clientCount[dbInbound.id].depleted.length">[[ clientCount[dbInbound.id].depleted.length ]]</a-tag>
  392. </a-popover>
  393. <a-popover title='{{ i18n "depletingSoon" }}' :overlay-class-name="themeSwitcher.currentTheme">
  394. <template slot="content">
  395. <div v-for="clientEmail in clientCount[dbInbound.id].expiring"><span>[[ clientEmail ]]</span></div>
  396. </template>
  397. <a-tag style="margin:0; padding: 0 2px;" color="orange" v-if="clientCount[dbInbound.id].expiring.length">[[ clientCount[dbInbound.id].expiring.length ]]</a-tag>
  398. </a-popover>
  399. <a-popover title='{{ i18n "online" }}' :overlay-class-name="themeSwitcher.currentTheme">
  400. <template slot="content">
  401. <div v-for="clientEmail in clientCount[dbInbound.id].online"><span>[[ clientEmail ]]</span></div>
  402. </template>
  403. <a-tag style="margin:0; padding: 0 2px;" color="blue" v-if="clientCount[dbInbound.id].online.length">[[ clientCount[dbInbound.id].online.length ]]</a-tag>
  404. </a-popover>
  405. </template>
  406. </template>
  407. <template slot="traffic" slot-scope="text, dbInbound">
  408. <a-popover :overlay-class-name="themeSwitcher.currentTheme">
  409. <template slot="content">
  410. <table cellpadding="2" width="100%">
  411. <tr>
  412. <td>↑[[ SizeFormatter.sizeFormat(dbInbound.up) ]]</td>
  413. <td>↓[[ SizeFormatter.sizeFormat(dbInbound.down) ]]</td>
  414. </tr>
  415. <tr v-if="dbInbound.total > 0 && dbInbound.up + dbInbound.down < dbInbound.total">
  416. <td>{{ i18n "remained" }}</td>
  417. <td>[[ SizeFormatter.sizeFormat(dbInbound.total - dbInbound.up - dbInbound.down) ]]</td>
  418. </tr>
  419. </table>
  420. </template>
  421. <a-tag :color="ColorUtils.usageColor(dbInbound.up + dbInbound.down, app.trafficDiff, dbInbound.total)">
  422. [[ SizeFormatter.sizeFormat(dbInbound.up + dbInbound.down) ]] /
  423. <template v-if="dbInbound.total > 0">
  424. [[ SizeFormatter.sizeFormat(dbInbound.total) ]]
  425. </template>
  426. <template v-else>
  427. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  428. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  429. </svg>
  430. </template>
  431. </a-tag>
  432. </a-popover>
  433. </template>
  434. <template slot="enable" slot-scope="text, dbInbound">
  435. <a-switch v-model="dbInbound.enable" @change="switchEnable(dbInbound.id,dbInbound.enable)"></a-switch>
  436. </template>
  437. <template slot="expiryTime" slot-scope="text, dbInbound">
  438. <a-popover v-if="dbInbound.expiryTime > 0" :overlay-class-name="themeSwitcher.currentTheme">
  439. <template slot="content" v-if="app.datepicker === 'gregorian'">
  440. [[ DateUtil.formatMillis(dbInbound.expiryTime) ]]
  441. </template>
  442. <template v-else slot="content">
  443. [[ DateUtil.convertToJalalian(moment(dbInbound.expiryTime)) ]]
  444. </template>
  445. <a-tag style="min-width: 50px;" :color="ColorUtils.usageColor(new Date().getTime(), app.expireDiff, dbInbound._expiryTime)">
  446. [[ remainedDays(dbInbound._expiryTime) ]]
  447. </a-tag>
  448. </a-popover>
  449. <a-tag v-else color="purple" class="infinite-tag">
  450. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  451. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  452. </svg>
  453. </a-tag>
  454. </template>
  455. <template slot="info" slot-scope="text, dbInbound">
  456. <a-popover placement="bottomRight" :overlay-class-name="themeSwitcher.currentTheme" trigger="click">
  457. <template slot="content">
  458. <table cellpadding="2">
  459. <tr>
  460. <td>{{ i18n "pages.inbounds.protocol" }}</td>
  461. <td>
  462. <a-tag style="margin:0;" color="purple">[[ dbInbound.protocol ]]</a-tag>
  463. <template v-if="dbInbound.isVMess || dbInbound.isVLess || dbInbound.isTrojan || dbInbound.isSS">
  464. <a-tag style="margin:0;" color="blue">[[ dbInbound.toInbound().stream.network ]]</a-tag>
  465. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isTls" color="green">tls</a-tag>
  466. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isReality" color="green">reality</a-tag>
  467. </template>
  468. </td>
  469. </tr>
  470. <tr>
  471. <td>{{ i18n "pages.inbounds.port" }}</td>
  472. <td><a-tag>[[ dbInbound.port ]]</a-tag></td>
  473. </tr>
  474. <tr v-if="clientCount[dbInbound.id]">
  475. <td>{{ i18n "clients" }}</td>
  476. <td>
  477. <a-tag style="margin:0;" color="blue">[[ clientCount[dbInbound.id].clients ]]</a-tag>
  478. <a-popover title='{{ i18n "disabled" }}' :overlay-class-name="themeSwitcher.currentTheme">
  479. <template slot="content">
  480. <p v-for="clientEmail in clientCount[dbInbound.id].deactive">[[ clientEmail ]]</p>
  481. </template>
  482. <a-tag style="margin:0; padding: 0 2px;" v-if="clientCount[dbInbound.id].deactive.length">[[ clientCount[dbInbound.id].deactive.length ]]</a-tag>
  483. </a-popover>
  484. <a-popover title='{{ i18n "depleted" }}' :overlay-class-name="themeSwitcher.currentTheme">
  485. <template slot="content">
  486. <p v-for="clientEmail in clientCount[dbInbound.id].depleted">[[ clientEmail ]]</p>
  487. </template>
  488. <a-tag style="margin:0; padding: 0 2px;" color="red" v-if="clientCount[dbInbound.id].depleted.length">[[ clientCount[dbInbound.id].depleted.length ]]</a-tag>
  489. </a-popover>
  490. <a-popover title='{{ i18n "depletingSoon" }}' :overlay-class-name="themeSwitcher.currentTheme">
  491. <template slot="content">
  492. <p v-for="clientEmail in clientCount[dbInbound.id].expiring">[[ clientEmail ]]</p>
  493. </template>
  494. <a-tag style="margin:0; padding: 0 2px;" color="orange" v-if="clientCount[dbInbound.id].expiring.length">[[ clientCount[dbInbound.id].expiring.length ]]</a-tag>
  495. </a-popover>
  496. <a-popover title='{{ i18n "online" }}' :overlay-class-name="themeSwitcher.currentTheme">
  497. <template slot="content">
  498. <p v-for="clientEmail in clientCount[dbInbound.id].online">[[ clientEmail ]]</p>
  499. </template>
  500. <a-tag style="margin:0; padding: 0 2px;" color="green" v-if="clientCount[dbInbound.id].online.length">[[ clientCount[dbInbound.id].online.length ]]</a-tag>
  501. </a-popover>
  502. </td>
  503. </tr>
  504. <tr>
  505. <td>{{ i18n "pages.inbounds.traffic" }}</td>
  506. <td>
  507. <a-popover :overlay-class-name="themeSwitcher.currentTheme">
  508. <template slot="content">
  509. <table cellpadding="2" width="100%">
  510. <tr>
  511. <td>↑[[ SizeFormatter.sizeFormat(dbInbound.up) ]]</td>
  512. <td>↓[[ SizeFormatter.sizeFormat(dbInbound.down) ]]</td>
  513. </tr>
  514. <tr v-if="dbInbound.total > 0 && dbInbound.up + dbInbound.down < dbInbound.total">
  515. <td>{{ i18n "remained" }}</td>
  516. <td>[[ SizeFormatter.sizeFormat(dbInbound.total - dbInbound.up - dbInbound.down) ]]</td>
  517. </tr>
  518. </table>
  519. </template>
  520. <a-tag :color="ColorUtils.usageColor(dbInbound.up + dbInbound.down, app.trafficDiff, dbInbound.total)">
  521. [[ SizeFormatter.sizeFormat(dbInbound.up + dbInbound.down) ]] /
  522. <template v-if="dbInbound.total > 0">
  523. [[ SizeFormatter.sizeFormat(dbInbound.total) ]]
  524. </template>
  525. <template v-else>
  526. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  527. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  528. </svg>
  529. </template>
  530. </a-tag>
  531. </a-popover>
  532. </td>
  533. </tr>
  534. <tr>
  535. <td>{{ i18n "pages.inbounds.expireDate" }}</td>
  536. <td>
  537. <a-tag style="min-width: 50px; text-align: center;" v-if="dbInbound.expiryTime > 0"
  538. :color="dbInbound.isExpiry? 'red': 'blue'">
  539. <template v-if="app.datepicker === 'gregorian'">
  540. [[ DateUtil.formatMillis(dbInbound.expiryTime) ]]
  541. </template>
  542. <template v-else>
  543. [[ DateUtil.convertToJalalian(moment(dbInbound.expiryTime)) ]]
  544. </template>
  545. </a-tag>
  546. <a-tag v-else style="text-align: center;" color="purple" class="infinite-tag">
  547. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  548. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  549. </svg>
  550. </a-tag>
  551. </td>
  552. </tr>
  553. </table>
  554. </template>
  555. <a-badge>
  556. <a-icon v-if="!dbInbound.enable" slot="count" type="pause-circle" :style="'color: ' + themeSwitcher.isDarkTheme ? '#2c3950' : '#bcbcbc'"></a-icon>
  557. <a-button shape="round" size="small" style="font-size: 14px; padding: 0 10px;">
  558. <a-icon type="info"></a-icon>
  559. </a-button>
  560. </a-badge>
  561. </a-popover>
  562. </template>
  563. <template slot="expandedRowRender" slot-scope="record">
  564. <a-table
  565. :row-key="client => client.id"
  566. :columns="isMobile ? innerMobileColumns : innerColumns"
  567. :data-source="getInboundClients(record)"
  568. :pagination=pagination(getInboundClients(record))
  569. :style="isMobile ? 'margin: -10px 2px -11px;' : 'margin: -10px 22px -11px;'">
  570. {{template "client_table"}}
  571. </a-table>
  572. </template>
  573. </a-table>
  574. </a-space>
  575. </a-card>
  576. </transition>
  577. </a-spin>
  578. </a-layout-content>
  579. </a-layout>
  580. </a-layout>
  581. {{template "js" .}}
  582. <script src="{{ .base_path }}assets/qrcode/qrious2.min.js?{{ .cur_ver }}"></script>
  583. <script src="{{ .base_path }}assets/uri/URI.min.js?{{ .cur_ver }}"></script>
  584. <script src="{{ .base_path }}assets/js/model/inbound.js?{{ .cur_ver }}"></script>
  585. <script src="{{ .base_path }}assets/js/model/dbinbound.js?{{ .cur_ver }}"></script>
  586. {{template "component/aThemeSwitch" .}}
  587. {{template "component/aCustomStatistic" .}}
  588. {{template "component/aPersianDatepicker" .}}
  589. <script>
  590. const columns = [{
  591. title: "ID",
  592. align: 'right',
  593. dataIndex: "id",
  594. width: 30,
  595. responsive: ["xs"],
  596. }, {
  597. title: '{{ i18n "pages.inbounds.operate" }}',
  598. align: 'center',
  599. width: 30,
  600. scopedSlots: { customRender: 'action' },
  601. }, {
  602. title: '{{ i18n "pages.inbounds.enable" }}',
  603. align: 'center',
  604. width: 30,
  605. scopedSlots: { customRender: 'enable' },
  606. }, {
  607. title: '{{ i18n "pages.inbounds.remark" }}',
  608. align: 'center',
  609. width: 60,
  610. dataIndex: "remark",
  611. }, {
  612. title: '{{ i18n "pages.inbounds.port" }}',
  613. align: 'center',
  614. dataIndex: "port",
  615. width: 40,
  616. }, {
  617. title: '{{ i18n "pages.inbounds.protocol" }}',
  618. align: 'left',
  619. width: 70,
  620. scopedSlots: { customRender: 'protocol' },
  621. }, {
  622. title: '{{ i18n "clients" }}',
  623. align: 'left',
  624. width: 50,
  625. scopedSlots: { customRender: 'clients' },
  626. }, {
  627. title: '{{ i18n "pages.inbounds.traffic" }}',
  628. align: 'center',
  629. width: 60,
  630. scopedSlots: { customRender: 'traffic' },
  631. }, {
  632. title: '{{ i18n "pages.inbounds.expireDate" }}',
  633. align: 'center',
  634. width: 40,
  635. scopedSlots: { customRender: 'expiryTime' },
  636. }];
  637. const mobileColumns = [{
  638. title: "ID",
  639. align: 'right',
  640. dataIndex: "id",
  641. width: 10,
  642. responsive: ["s"],
  643. }, {
  644. title: '{{ i18n "pages.inbounds.operate" }}',
  645. align: 'center',
  646. width: 25,
  647. scopedSlots: { customRender: 'action' },
  648. }, {
  649. title: '{{ i18n "pages.inbounds.remark" }}',
  650. align: 'left',
  651. width: 70,
  652. dataIndex: "remark",
  653. }, {
  654. title: '{{ i18n "pages.inbounds.info" }}',
  655. align: 'center',
  656. width: 10,
  657. scopedSlots: { customRender: 'info' },
  658. }];
  659. const innerColumns = [
  660. { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } },
  661. { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } },
  662. { title: '{{ i18n "online" }}', width: 30, scopedSlots: { customRender: 'online' } },
  663. { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
  664. { title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
  665. { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },
  666. ];
  667. const innerMobileColumns = [
  668. { title: '{{ i18n "pages.inbounds.operate" }}', width: 10, align: 'center', scopedSlots: { customRender: 'actionMenu' } },
  669. { title: '{{ i18n "pages.inbounds.client" }}', width: 90, align: 'left', scopedSlots: { customRender: 'client' } },
  670. { title: '{{ i18n "pages.inbounds.info" }}', width: 10, align: 'center', scopedSlots: { customRender: 'info' } },
  671. ];
  672. const app = new Vue({
  673. delimiters: ['[[', ']]'],
  674. el: '#app',
  675. data: {
  676. siderDrawer,
  677. themeSwitcher,
  678. persianDatepicker,
  679. spinning: false,
  680. inbounds: [],
  681. dbInbounds: [],
  682. searchKey: '',
  683. enableFilter: false,
  684. filterBy: '',
  685. searchedInbounds: [],
  686. expireDiff: 0,
  687. trafficDiff: 0,
  688. defaultCert: '',
  689. defaultKey: '',
  690. clientCount: [],
  691. onlineClients: [],
  692. isRefreshEnabled: localStorage.getItem("isRefreshEnabled") === "true" ? true : false,
  693. refreshing: false,
  694. refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000,
  695. subSettings: {
  696. enable : false,
  697. subTitle : '',
  698. subURI : '',
  699. subJsonURI : '',
  700. },
  701. remarkModel: '-ieo',
  702. datepicker: 'gregorian',
  703. tgBotEnable: false,
  704. showAlert: false,
  705. ipLimitEnable: false,
  706. pageSize: 50,
  707. isMobile: window.innerWidth <= 768,
  708. },
  709. methods: {
  710. loading(spinning = true) {
  711. this.spinning = spinning;
  712. },
  713. async getDBInbounds() {
  714. this.refreshing = true;
  715. const msg = await HttpUtil.post('/panel/inbound/list');
  716. if (!msg.success) {
  717. this.refreshing = false;
  718. return;
  719. }
  720. await this.getOnlineUsers();
  721. this.setInbounds(msg.obj);
  722. setTimeout(() => {
  723. this.refreshing = false;
  724. }, 500);
  725. },
  726. async getOnlineUsers() {
  727. const msg = await HttpUtil.post('/panel/inbound/onlines');
  728. if (!msg.success) {
  729. return;
  730. }
  731. this.onlineClients = msg.obj != null ? msg.obj : [];
  732. },
  733. async getDefaultSettings() {
  734. const msg = await HttpUtil.post('/panel/setting/defaultSettings');
  735. if (!msg.success) {
  736. return;
  737. }
  738. with(msg.obj){
  739. this.expireDiff = expireDiff * 86400000;
  740. this.trafficDiff = trafficDiff * 1073741824;
  741. this.defaultCert = defaultCert;
  742. this.defaultKey = defaultKey;
  743. this.tgBotEnable = tgBotEnable;
  744. this.subSettings = {
  745. enable : subEnable,
  746. subTitle : subTitle,
  747. subURI: subURI,
  748. subJsonURI: subJsonURI
  749. };
  750. this.pageSize = pageSize;
  751. this.remarkModel = remarkModel;
  752. this.datepicker = datepicker;
  753. this.ipLimitEnable = ipLimitEnable;
  754. }
  755. },
  756. setInbounds(dbInbounds) {
  757. this.inbounds.splice(0);
  758. this.dbInbounds.splice(0);
  759. this.clientCount.splice(0);
  760. for (const inbound of dbInbounds) {
  761. const dbInbound = new DBInbound(inbound);
  762. to_inbound = dbInbound.toInbound()
  763. this.inbounds.push(to_inbound);
  764. this.dbInbounds.push(dbInbound);
  765. if ([Protocols.VMESS, Protocols.VLESS, Protocols.TROJAN, Protocols.SHADOWSOCKS].includes(inbound.protocol)) {
  766. if (dbInbound.isSS && (!to_inbound.isSSMultiUser)) {
  767. continue;
  768. }
  769. this.clientCount[inbound.id] = this.getClientCounts(inbound, to_inbound);
  770. }
  771. }
  772. if(this.enableFilter){
  773. this.filterInbounds();
  774. } else {
  775. this.searchInbounds(this.searchKey);
  776. }
  777. },
  778. getClientCounts(dbInbound, inbound) {
  779. let clientCount = 0, active = [], deactive = [], depleted = [], expiring = [], online = [];
  780. clients = inbound.clients;
  781. clientStats = dbInbound.clientStats
  782. now = new Date().getTime()
  783. if (clients) {
  784. clientCount = clients.length;
  785. if (dbInbound.enable) {
  786. clients.forEach(client => {
  787. if (client.enable) {
  788. active.push(client.email);
  789. if (this.isClientOnline(client.email)) online.push(client.email);
  790. } else {
  791. deactive.push(client.email);
  792. }
  793. });
  794. clientStats.forEach(client => {
  795. if (!client.enable) {
  796. depleted.push(client.email);
  797. } else {
  798. if ((client.expiryTime > 0 && (client.expiryTime - now < this.expireDiff)) ||
  799. (client.total > 0 && (client.total - (client.up + client.down) < this.trafficDiff))) expiring.push(client.email);
  800. }
  801. });
  802. } else {
  803. clients.forEach(client => {
  804. deactive.push(client.email);
  805. });
  806. }
  807. }
  808. return {
  809. clients: clientCount,
  810. active: active,
  811. deactive: deactive,
  812. depleted: depleted,
  813. expiring: expiring,
  814. online: online,
  815. };
  816. },
  817. searchInbounds(key) {
  818. if (ObjectUtil.isEmpty(key)) {
  819. this.searchedInbounds = this.dbInbounds.slice();
  820. } else {
  821. this.searchedInbounds.splice(0, this.searchedInbounds.length);
  822. this.dbInbounds.forEach(inbound => {
  823. if (ObjectUtil.deepSearch(inbound, key)) {
  824. const newInbound = new DBInbound(inbound);
  825. const inboundSettings = JSON.parse(inbound.settings);
  826. if (inboundSettings.hasOwnProperty('clients')) {
  827. const searchedSettings = { "clients": [] };
  828. inboundSettings.clients.forEach(client => {
  829. if (ObjectUtil.deepSearch(client, key)) {
  830. searchedSettings.clients.push(client);
  831. }
  832. });
  833. newInbound.settings = Inbound.Settings.fromJson(inbound.protocol, searchedSettings);
  834. }
  835. this.searchedInbounds.push(newInbound);
  836. }
  837. });
  838. }
  839. },
  840. filterInbounds() {
  841. if (ObjectUtil.isEmpty(this.filterBy)) {
  842. this.searchedInbounds = this.dbInbounds.slice();
  843. } else {
  844. this.searchedInbounds.splice(0, this.searchedInbounds.length);
  845. this.dbInbounds.forEach(inbound => {
  846. const newInbound = new DBInbound(inbound);
  847. const inboundSettings = JSON.parse(inbound.settings);
  848. if (this.clientCount[inbound.id] && this.clientCount[inbound.id].hasOwnProperty(this.filterBy)){
  849. const list = this.clientCount[inbound.id][this.filterBy];
  850. if (list.length > 0) {
  851. const filteredSettings = { "clients": [] };
  852. inboundSettings.clients.forEach(client => {
  853. if (list.includes(client.email)) {
  854. filteredSettings.clients.push(client);
  855. }
  856. });
  857. newInbound.settings = Inbound.Settings.fromJson(inbound.protocol, filteredSettings);
  858. this.searchedInbounds.push(newInbound);
  859. }
  860. }
  861. });
  862. }
  863. },
  864. toggleFilter(){
  865. if(this.enableFilter) {
  866. this.searchKey = '';
  867. } else {
  868. this.filterBy = '';
  869. this.searchedInbounds = this.dbInbounds.slice();
  870. }
  871. },
  872. generalActions(action) {
  873. switch (action.key) {
  874. case "import":
  875. this.importInbound();
  876. break;
  877. case "export":
  878. this.exportAllLinks();
  879. break;
  880. case "subs":
  881. this.exportAllSubs();
  882. break;
  883. case "resetInbounds":
  884. this.resetAllTraffic();
  885. break;
  886. case "resetClients":
  887. this.resetAllClientTraffics(-1);
  888. break;
  889. case "delDepletedClients":
  890. this.delDepletedClients(-1)
  891. break;
  892. }
  893. },
  894. clickAction(action, dbInbound) {
  895. switch (action.key) {
  896. case "qrcode":
  897. this.showQrcode(dbInbound.id);
  898. break;
  899. case "showInfo":
  900. this.showInfo(dbInbound.id);
  901. break;
  902. case "edit":
  903. this.openEditInbound(dbInbound.id);
  904. break;
  905. case "addClient":
  906. this.openAddClient(dbInbound.id)
  907. break;
  908. case "addBulkClient":
  909. this.openAddBulkClient(dbInbound.id)
  910. break;
  911. case "export":
  912. this.inboundLinks(dbInbound.id);
  913. break;
  914. case "subs":
  915. this.exportSubs(dbInbound.id);
  916. break;
  917. case "clipboard":
  918. this.copy(dbInbound.id);
  919. break;
  920. case "resetTraffic":
  921. this.resetTraffic(dbInbound.id);
  922. break;
  923. case "resetClients":
  924. this.resetAllClientTraffics(dbInbound.id);
  925. break;
  926. case "clone":
  927. this.openCloneInbound(dbInbound);
  928. break;
  929. case "delete":
  930. this.delInbound(dbInbound.id);
  931. break;
  932. case "delDepletedClients":
  933. this.delDepletedClients(dbInbound.id)
  934. break;
  935. }
  936. },
  937. openCloneInbound(dbInbound) {
  938. this.$confirm({
  939. title: '{{ i18n "pages.inbounds.cloneInbound"}} \"' + dbInbound.remark + '\"',
  940. content: '{{ i18n "pages.inbounds.cloneInboundContent"}}',
  941. okText: '{{ i18n "pages.inbounds.cloneInboundOk"}}',
  942. class: themeSwitcher.currentTheme,
  943. cancelText: '{{ i18n "cancel" }}',
  944. onOk: () => {
  945. const baseInbound = dbInbound.toInbound();
  946. dbInbound.up = 0;
  947. dbInbound.down = 0;
  948. this.cloneInbound(baseInbound, dbInbound);
  949. },
  950. });
  951. },
  952. async cloneInbound(baseInbound, dbInbound) {
  953. const data = {
  954. up: dbInbound.up,
  955. down: dbInbound.down,
  956. total: dbInbound.total,
  957. remark: dbInbound.remark + " - Cloned",
  958. enable: dbInbound.enable,
  959. expiryTime: dbInbound.expiryTime,
  960. listen: '',
  961. port: RandomUtil.randomInteger(10000, 60000),
  962. protocol: baseInbound.protocol,
  963. settings: Inbound.Settings.getSettings(baseInbound.protocol).toString(),
  964. streamSettings: baseInbound.stream.toString(),
  965. sniffing: baseInbound.sniffing.toString(),
  966. allocate: baseInbound.allocate.toString(),
  967. };
  968. await this.submit('/panel/inbound/add', data, inModal);
  969. },
  970. openAddInbound() {
  971. inModal.show({
  972. title: '{{ i18n "pages.inbounds.addInbound"}}',
  973. okText: '{{ i18n "pages.inbounds.create"}}',
  974. cancelText: '{{ i18n "close" }}',
  975. confirm: async (inbound, dbInbound) => {
  976. await this.addInbound(inbound, dbInbound, inModal);
  977. },
  978. isEdit: false
  979. });
  980. },
  981. openEditInbound(dbInboundId) {
  982. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  983. const inbound = dbInbound.toInbound();
  984. inModal.show({
  985. title: '{{ i18n "pages.inbounds.modifyInbound"}}',
  986. okText: '{{ i18n "pages.inbounds.update"}}',
  987. cancelText: '{{ i18n "close" }}',
  988. inbound: inbound,
  989. dbInbound: dbInbound,
  990. confirm: async (inbound, dbInbound) => {
  991. await this.updateInbound(inbound, dbInbound);
  992. },
  993. isEdit: true
  994. });
  995. },
  996. async addInbound(inbound, dbInbound) {
  997. const data = {
  998. up: dbInbound.up,
  999. down: dbInbound.down,
  1000. total: dbInbound.total,
  1001. remark: dbInbound.remark,
  1002. enable: dbInbound.enable,
  1003. expiryTime: dbInbound.expiryTime,
  1004. listen: inbound.listen,
  1005. port: inbound.port,
  1006. protocol: inbound.protocol,
  1007. settings: inbound.settings.toString(),
  1008. };
  1009. if (inbound.canEnableStream()) data.streamSettings = inbound.stream.toString();
  1010. data.sniffing = inbound.sniffing.toString();
  1011. data.allocate = inbound.allocate.toString();
  1012. await this.submit('/panel/inbound/add', data, inModal);
  1013. },
  1014. async updateInbound(inbound, dbInbound) {
  1015. const data = {
  1016. up: dbInbound.up,
  1017. down: dbInbound.down,
  1018. total: dbInbound.total,
  1019. remark: dbInbound.remark,
  1020. enable: dbInbound.enable,
  1021. expiryTime: dbInbound.expiryTime,
  1022. listen: inbound.listen,
  1023. port: inbound.port,
  1024. protocol: inbound.protocol,
  1025. settings: inbound.settings.toString(),
  1026. };
  1027. if (inbound.canEnableStream()) data.streamSettings = inbound.stream.toString();
  1028. data.sniffing = inbound.sniffing.toString();
  1029. data.allocate = inbound.allocate.toString();
  1030. await this.submit(`/panel/inbound/update/${dbInbound.id}`, data, inModal);
  1031. },
  1032. openAddClient(dbInboundId) {
  1033. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1034. clientModal.show({
  1035. title: '{{ i18n "pages.client.add"}}',
  1036. okText: '{{ i18n "pages.client.submitAdd"}}',
  1037. dbInbound: dbInbound,
  1038. confirm: async (clients, dbInboundId) => {
  1039. await this.addClient(clients, dbInboundId, clientModal);
  1040. },
  1041. isEdit: false
  1042. });
  1043. },
  1044. openAddBulkClient(dbInboundId) {
  1045. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1046. clientsBulkModal.show({
  1047. title: '{{ i18n "pages.client.bulk"}} ' + dbInbound.remark,
  1048. okText: '{{ i18n "pages.client.bulk"}}',
  1049. dbInbound: dbInbound,
  1050. confirm: async (clients, dbInboundId) => {
  1051. await this.addClient(clients, dbInboundId, clientsBulkModal);
  1052. },
  1053. });
  1054. },
  1055. openEditClient(dbInboundId, client) {
  1056. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1057. clients = this.getInboundClients(dbInbound);
  1058. index = this.findIndexOfClient(dbInbound.protocol, clients, client);
  1059. clientModal.show({
  1060. title: '{{ i18n "pages.client.edit"}}',
  1061. okText: '{{ i18n "pages.client.submitEdit"}}',
  1062. dbInbound: dbInbound,
  1063. index: index,
  1064. confirm: async (client, dbInboundId, clientId) => {
  1065. clientModal.loading();
  1066. await this.updateClient(client, dbInboundId, clientId);
  1067. clientModal.close();
  1068. },
  1069. isEdit: true
  1070. });
  1071. },
  1072. findIndexOfClient(protocol, clients, client) {
  1073. switch (protocol) {
  1074. case Protocols.TROJAN:
  1075. case Protocols.SHADOWSOCKS:
  1076. return clients.findIndex(item => item.password === client.password && item.email === client.email);
  1077. default: return clients.findIndex(item => item.id === client.id && item.email === client.email);
  1078. }
  1079. },
  1080. async addClient(clients, dbInboundId, modal) {
  1081. const data = {
  1082. id: dbInboundId,
  1083. settings: '{"clients": [' + clients.toString() + ']}',
  1084. };
  1085. await this.submit(`/panel/inbound/addClient`, data, modal);
  1086. },
  1087. async updateClient(client, dbInboundId, clientId) {
  1088. const data = {
  1089. id: dbInboundId,
  1090. settings: '{"clients": [' + client.toString() + ']}',
  1091. };
  1092. await this.submit(`/panel/inbound/updateClient/${clientId}`, data, clientModal);
  1093. },
  1094. resetTraffic(dbInboundId) {
  1095. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1096. this.$confirm({
  1097. title: '{{ i18n "pages.inbounds.resetTraffic"}}' + ' #' + dbInboundId,
  1098. content: '{{ i18n "pages.inbounds.resetTrafficContent"}}',
  1099. class: themeSwitcher.currentTheme,
  1100. okText: '{{ i18n "reset"}}',
  1101. cancelText: '{{ i18n "cancel"}}',
  1102. onOk: () => {
  1103. const inbound = dbInbound.toInbound();
  1104. dbInbound.up = 0;
  1105. dbInbound.down = 0;
  1106. this.updateInbound(inbound, dbInbound);
  1107. },
  1108. });
  1109. },
  1110. delInbound(dbInboundId) {
  1111. this.$confirm({
  1112. title: '{{ i18n "pages.inbounds.deleteInbound"}}' + ' #' + dbInboundId,
  1113. content: '{{ i18n "pages.inbounds.deleteInboundContent"}}',
  1114. class: themeSwitcher.currentTheme,
  1115. okText: '{{ i18n "delete"}}',
  1116. cancelText: '{{ i18n "cancel"}}',
  1117. onOk: () => this.submit('/panel/inbound/del/' + dbInboundId),
  1118. });
  1119. },
  1120. delClient(dbInboundId, client,confirmation = true) {
  1121. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1122. clientId = this.getClientId(dbInbound.protocol, client);
  1123. if (confirmation){
  1124. this.$confirm({
  1125. title: '{{ i18n "pages.inbounds.deleteClient"}}' + ' ' + client.email,
  1126. content: '{{ i18n "pages.inbounds.deleteClientContent"}}',
  1127. class: themeSwitcher.currentTheme,
  1128. okText: '{{ i18n "delete"}}',
  1129. cancelText: '{{ i18n "cancel"}}',
  1130. onOk: () => this.submit(`/panel/inbound/${dbInboundId}/delClient/${clientId}`),
  1131. });
  1132. } else {
  1133. this.submit(`/panel/inbound/${dbInboundId}/delClient/${clientId}`);
  1134. }
  1135. },
  1136. getSubGroupClients(dbInbounds, currentClient) {
  1137. const response = {
  1138. inbounds: [],
  1139. clients: [],
  1140. editIds: []
  1141. }
  1142. if (dbInbounds && dbInbounds.length > 0 && currentClient) {
  1143. dbInbounds.forEach((dbInboundItem) => {
  1144. const dbInbound = new DBInbound(dbInboundItem);
  1145. if (dbInbound) {
  1146. const inbound = dbInbound.toInbound();
  1147. if (inbound) {
  1148. const clients = inbound.clients;
  1149. if (clients.length > 0) {
  1150. clients.forEach((client) => {
  1151. if (client['subId'] === currentClient['subId']) {
  1152. client['inboundId'] = dbInboundItem.id
  1153. client['clientId'] = this.getClientId(dbInbound.protocol, client)
  1154. response.inbounds.push(dbInboundItem.id)
  1155. response.clients.push(client)
  1156. response.editIds.push(client['clientId'])
  1157. }
  1158. })
  1159. }
  1160. }
  1161. }
  1162. })
  1163. }
  1164. return response;
  1165. },
  1166. getClientId(protocol, client) {
  1167. switch (protocol) {
  1168. case Protocols.TROJAN: return client.password;
  1169. case Protocols.SHADOWSOCKS: return client.email;
  1170. default: return client.id;
  1171. }
  1172. },
  1173. checkFallback(dbInbound) {
  1174. newDbInbound = new DBInbound(dbInbound);
  1175. if (dbInbound.listen.startsWith("@")){
  1176. rootInbound = this.inbounds.find((i) =>
  1177. i.isTcp &&
  1178. ['trojan','vless'].includes(i.protocol) &&
  1179. i.settings.fallbacks.find(f => f.dest === dbInbound.listen)
  1180. );
  1181. if (rootInbound) {
  1182. newDbInbound.listen = rootInbound.listen;
  1183. newDbInbound.port = rootInbound.port;
  1184. newInbound = newDbInbound.toInbound();
  1185. newInbound.stream.security = rootInbound.stream.security;
  1186. newInbound.stream.tls = rootInbound.stream.tls;
  1187. newInbound.stream.externalProxy = rootInbound.stream.externalProxy;
  1188. newDbInbound.streamSettings = newInbound.stream.toString();
  1189. }
  1190. }
  1191. return newDbInbound;
  1192. },
  1193. showQrcode(dbInboundId, client) {
  1194. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1195. newDbInbound = this.checkFallback(dbInbound);
  1196. qrModal.show('{{ i18n "qrCode"}}', newDbInbound, client);
  1197. },
  1198. showInfo(dbInboundId, client) {
  1199. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1200. index=0;
  1201. if (dbInbound.isMultiUser()){
  1202. inbound = dbInbound.toInbound();
  1203. clients = inbound.clients;
  1204. index = this.findIndexOfClient(dbInbound.protocol, clients, client);
  1205. }
  1206. newDbInbound = this.checkFallback(dbInbound);
  1207. infoModal.show(newDbInbound, index);
  1208. },
  1209. switchEnable(dbInboundId,state) {
  1210. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1211. dbInbound.enable = state;
  1212. this.submit(`/panel/inbound/update/${dbInboundId}`, dbInbound);
  1213. },
  1214. async switchEnableClient(dbInboundId, client) {
  1215. this.loading()
  1216. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1217. inbound = dbInbound.toInbound();
  1218. clients = inbound.clients;
  1219. index = this.findIndexOfClient(dbInbound.protocol, clients, client);
  1220. clients[index].enable = !clients[index].enable;
  1221. clientId = this.getClientId(dbInbound.protocol, clients[index]);
  1222. await this.updateClient(clients[index], dbInboundId, clientId);
  1223. this.loading(false);
  1224. },
  1225. async submit(url, data, modal) {
  1226. const msg = await HttpUtil.postWithModal(url, data, modal);
  1227. if (msg.success) {
  1228. await this.getDBInbounds();
  1229. }
  1230. },
  1231. getInboundClients(dbInbound) {
  1232. return dbInbound.toInbound().clients;
  1233. },
  1234. resetClientTraffic(client, dbInboundId, confirmation = true) {
  1235. if (confirmation){
  1236. this.$confirm({
  1237. title: '{{ i18n "pages.inbounds.resetTraffic"}}' + ' ' + client.email,
  1238. content: '{{ i18n "pages.inbounds.resetTrafficContent"}}',
  1239. class: themeSwitcher.currentTheme,
  1240. okText: '{{ i18n "reset"}}',
  1241. cancelText: '{{ i18n "cancel"}}',
  1242. onOk: () => this.submit('/panel/inbound/' + dbInboundId + '/resetClientTraffic/' + client.email),
  1243. })
  1244. } else {
  1245. this.submit('/panel/inbound/' + dbInboundId + '/resetClientTraffic/' + client.email);
  1246. }
  1247. },
  1248. resetAllTraffic() {
  1249. this.$confirm({
  1250. title: '{{ i18n "pages.inbounds.resetAllTrafficTitle"}}',
  1251. content: '{{ i18n "pages.inbounds.resetAllTrafficContent"}}',
  1252. class: themeSwitcher.currentTheme,
  1253. okText: '{{ i18n "reset"}}',
  1254. cancelText: '{{ i18n "cancel"}}',
  1255. onOk: () => this.submit('/panel/inbound/resetAllTraffics'),
  1256. });
  1257. },
  1258. resetAllClientTraffics(dbInboundId) {
  1259. this.$confirm({
  1260. title: dbInboundId > 0 ? '{{ i18n "pages.inbounds.resetInboundClientTrafficTitle"}}' : '{{ i18n "pages.inbounds.resetAllClientTrafficTitle"}}',
  1261. content: dbInboundId > 0 ? '{{ i18n "pages.inbounds.resetInboundClientTrafficContent"}}' : '{{ i18n "pages.inbounds.resetAllClientTrafficContent"}}',
  1262. class: themeSwitcher.currentTheme,
  1263. okText: '{{ i18n "reset"}}',
  1264. cancelText: '{{ i18n "cancel"}}',
  1265. onOk: () => this.submit('/panel/inbound/resetAllClientTraffics/' + dbInboundId),
  1266. })
  1267. },
  1268. delDepletedClients(dbInboundId) {
  1269. this.$confirm({
  1270. title: '{{ i18n "pages.inbounds.delDepletedClientsTitle"}}',
  1271. content: '{{ i18n "pages.inbounds.delDepletedClientsContent"}}',
  1272. class: themeSwitcher.currentTheme,
  1273. okText: '{{ i18n "delete"}}',
  1274. cancelText: '{{ i18n "cancel"}}',
  1275. onOk: () => this.submit('/panel/inbound/delDepletedClients/' + dbInboundId),
  1276. })
  1277. },
  1278. isExpiry(dbInbound, index) {
  1279. return dbInbound.toInbound().isExpiry(index);
  1280. },
  1281. getUpStats(dbInbound, email) {
  1282. if (email.length == 0) return 0;
  1283. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1284. return clientStats ? clientStats.up : 0;
  1285. },
  1286. getDownStats(dbInbound, email) {
  1287. if (email.length == 0) return 0;
  1288. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1289. return clientStats ? clientStats.down : 0;
  1290. },
  1291. getSumStats(dbInbound, email) {
  1292. if (email.length == 0) return 0;
  1293. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1294. return clientStats ? clientStats.up + clientStats.down : 0;
  1295. },
  1296. getRemStats(dbInbound, email) {
  1297. if (email.length == 0) return 0;
  1298. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1299. if (!clientStats) return 0;
  1300. remained = clientStats.total - (clientStats.up + clientStats.down);
  1301. return remained>0 ? remained : 0;
  1302. },
  1303. clientStatsColor(dbInbound, email) {
  1304. if (email.length == 0) return ColorUtils.clientUsageColor();
  1305. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1306. return ColorUtils.clientUsageColor(clientStats, app.trafficDiff)
  1307. },
  1308. statsProgress(dbInbound, email) {
  1309. if (email.length == 0) return 100;
  1310. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1311. if (!clientStats) return 0;
  1312. if (clientStats.total == 0) return 100;
  1313. return 100*(clientStats.down + clientStats.up)/clientStats.total;
  1314. },
  1315. expireProgress(expTime, reset) {
  1316. now = new Date().getTime();
  1317. remainedSeconds = expTime < 0 ? -expTime/1000 : (expTime-now)/1000;
  1318. resetSeconds = reset * 86400;
  1319. if (remainedSeconds >= resetSeconds) return 0;
  1320. return 100*(1-(remainedSeconds/resetSeconds));
  1321. },
  1322. remainedDays(expTime){
  1323. if (expTime == 0) return null;
  1324. if (expTime < 0) return TimeFormatter.formatSecond(expTime/-1000);
  1325. now = new Date().getTime();
  1326. if (expTime < now) return '{{ i18n "depleted" }}';
  1327. return TimeFormatter.formatSecond((expTime-now)/1000);
  1328. },
  1329. statsExpColor(dbInbound, email){
  1330. if (email.length == 0) return '#7a316f';
  1331. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1332. if (!clientStats) return '#7a316f';
  1333. statsColor = ColorUtils.usageColor(clientStats.down + clientStats.up, this.trafficDiff, clientStats.total);
  1334. expColor = ColorUtils.usageColor(new Date().getTime(), this.expireDiff, clientStats.expiryTime);
  1335. switch (true) {
  1336. case statsColor == "red" || expColor == "red":
  1337. return "#cf3c3c"; // Red
  1338. case statsColor == "orange" || expColor == "orange":
  1339. return "#f37b24"; // Orange
  1340. case statsColor == "green" || expColor == "green":
  1341. return "#008771"; // Green
  1342. default:
  1343. return "#7a316f"; // purple
  1344. }
  1345. },
  1346. isClientEnabled(dbInbound, email) {
  1347. clientStats = dbInbound.clientStats ? dbInbound.clientStats.find(stats => stats.email === email) : null;
  1348. return clientStats ? clientStats['enable'] : true;
  1349. },
  1350. isClientOnline(email) {
  1351. return this.onlineClients.includes(email);
  1352. },
  1353. isRemovable(dbInboundId) {
  1354. return this.getInboundClients(this.dbInbounds.find(row => row.id === dbInboundId)).length > 1;
  1355. },
  1356. inboundLinks(dbInboundId) {
  1357. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1358. newDbInbound = this.checkFallback(dbInbound);
  1359. txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks(this.remarkModel), newDbInbound.remark);
  1360. },
  1361. exportSubs(dbInboundId) {
  1362. const dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1363. const clients = this.getInboundClients(dbInbound);
  1364. let subLinks = []
  1365. if (clients != null){
  1366. clients.forEach(c => {
  1367. if (c.subId && c.subId.length>0){
  1368. subLinks.push(this.subSettings.subURI + c.subId)
  1369. }
  1370. })
  1371. }
  1372. txtModal.show(
  1373. '{{ i18n "pages.inbounds.export"}} - {{ i18n "pages.settings.subSettings" }}',
  1374. [...new Set(subLinks)].join('\n'),
  1375. dbInbound.remark + "-Subs");
  1376. },
  1377. importInbound() {
  1378. promptModal.open({
  1379. title: '{{ i18n "pages.inbounds.importInbound" }}',
  1380. type: 'textarea',
  1381. value: '',
  1382. okText: '{{ i18n "pages.inbounds.import" }}',
  1383. confirm: async (dbInboundText) => {
  1384. await this.submit('/panel/inbound/import', {data: dbInboundText}, promptModal);
  1385. },
  1386. });
  1387. },
  1388. exportAllSubs() {
  1389. let subLinks = []
  1390. for (const dbInbound of this.dbInbounds) {
  1391. const clients = this.getInboundClients(dbInbound);
  1392. if (clients != null){
  1393. clients.forEach(c => {
  1394. if (c.subId && c.subId.length>0){
  1395. subLinks.push(this.subSettings.subURI + c.subId)
  1396. }
  1397. })
  1398. }
  1399. }
  1400. txtModal.show(
  1401. '{{ i18n "pages.inbounds.export"}} - {{ i18n "pages.settings.subSettings" }}',
  1402. [...new Set(subLinks)].join('\r\n'),
  1403. 'All-Inbounds-Subs');
  1404. },
  1405. exportAllLinks() {
  1406. let copyText = [];
  1407. for (const dbInbound of this.dbInbounds) {
  1408. copyText.push(dbInbound.genInboundLinks(this.remarkModel));
  1409. }
  1410. txtModal.show('{{ i18n "pages.inbounds.export"}}', copyText.join('\r\n'), 'All-Inbounds');
  1411. },
  1412. copy(dbInboundId) {
  1413. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1414. txtModal.show('{{ i18n "pages.inbounds.inboundData" }}', JSON.stringify(dbInbound, null, 2));
  1415. },
  1416. async startDataRefreshLoop() {
  1417. while (this.isRefreshEnabled) {
  1418. try {
  1419. await this.getDBInbounds();
  1420. } catch (e) {
  1421. console.error(e);
  1422. }
  1423. await PromiseUtil.sleep(this.refreshInterval);
  1424. }
  1425. },
  1426. toggleRefresh() {
  1427. localStorage.setItem("isRefreshEnabled", this.isRefreshEnabled);
  1428. if (this.isRefreshEnabled) {
  1429. this.startDataRefreshLoop();
  1430. }
  1431. },
  1432. changeRefreshInterval() {
  1433. localStorage.setItem("refreshInterval", this.refreshInterval);
  1434. },
  1435. async manualRefresh() {
  1436. if (!this.refreshing) {
  1437. this.spinning = true;
  1438. await this.getDBInbounds();
  1439. this.spinning = false;
  1440. }
  1441. },
  1442. pagination(obj){
  1443. if (this.pageSize > 0 && obj.length>this.pageSize) {
  1444. // Set page options based on object size
  1445. sizeOptions = [];
  1446. for (i=this.pageSize;i<=obj.length;i=i+this.pageSize) {
  1447. sizeOptions.push(i.toString());
  1448. }
  1449. // Add option to see all in one page
  1450. sizeOptions.push(i.toString());
  1451. p = {
  1452. showSizeChanger: true,
  1453. size: 'small',
  1454. position: 'bottom',
  1455. pageSize: this.pageSize,
  1456. pageSizeOptions: sizeOptions
  1457. };
  1458. return p;
  1459. }
  1460. return false
  1461. },
  1462. onResize() {
  1463. this.isMobile = window.innerWidth <= 768;
  1464. }
  1465. },
  1466. watch: {
  1467. searchKey: Utils.debounce(function (newVal) {
  1468. this.searchInbounds(newVal);
  1469. }, 500)
  1470. },
  1471. mounted() {
  1472. if (window.location.protocol !== "https:") {
  1473. this.showAlert = true;
  1474. }
  1475. window.addEventListener('resize', this.onResize);
  1476. this.onResize();
  1477. this.loading();
  1478. this.getDefaultSettings();
  1479. if (this.isRefreshEnabled) {
  1480. this.startDataRefreshLoop();
  1481. }
  1482. else {
  1483. this.getDBInbounds();
  1484. }
  1485. this.loading(false);
  1486. },
  1487. computed: {
  1488. total() {
  1489. let down = 0, up = 0;
  1490. let clients = 0, deactive = [], depleted = [], expiring = [];
  1491. this.dbInbounds.forEach(dbInbound => {
  1492. down += dbInbound.down;
  1493. up += dbInbound.up;
  1494. if (this.clientCount[dbInbound.id]) {
  1495. clients += this.clientCount[dbInbound.id].clients;
  1496. deactive = deactive.concat(this.clientCount[dbInbound.id].deactive);
  1497. depleted = depleted.concat(this.clientCount[dbInbound.id].depleted);
  1498. expiring = expiring.concat(this.clientCount[dbInbound.id].expiring);
  1499. }
  1500. });
  1501. return {
  1502. down: down,
  1503. up: up,
  1504. clients: clients,
  1505. deactive: deactive,
  1506. depleted: depleted,
  1507. expiring: expiring,
  1508. };
  1509. }
  1510. },
  1511. });
  1512. </script>
  1513. {{template "inboundModal"}}
  1514. {{template "promptModal"}}
  1515. {{template "qrcodeModal"}}
  1516. {{template "textModal"}}
  1517. {{template "inboundInfoModal"}}
  1518. {{template "clientsModal"}}
  1519. {{template "clientsBulkModal"}}
  1520. </body>
  1521. </html>