mirror of
https://github.com/fatedier/frp.git
synced 2025-05-14 19:28:26 +00:00
Compare commits
2 Commits
b3946489dd
...
32f09c4b60
Author | SHA1 | Date | |
---|---|---|---|
|
32f09c4b60 | ||
|
f63b4d5c29 |
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>frps dashboard</title>
|
<title>frps dashboard</title>
|
||||||
<script type="module" crossorigin src="./index-ky4re_ta.js"></script>
|
<script type="module" crossorigin src="./index-Q42Pu2_S.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="./index-rzPDshRD.css">
|
<link rel="stylesheet" crossorigin href="./index-rzPDshRD.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ const formatTrafficOut = (row: BaseProxy, _: TableColumnCtx<BaseProxy>) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const clearOfflineProxies = () => {
|
const clearOfflineProxies = () => {
|
||||||
fetch('/api/proxies?status=offline', {
|
fetch('../api/proxies?status=offline', {
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
credentials: 'include',
|
credentials: 'include',
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user