inbounds.html 72 KB

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