(item: CloudflareTunnel)
| 49 | }) |
| 50 | |
| 51 | function log(item: CloudflareTunnel) { |
| 52 | AsyncComponentShow(LogVM, { |
| 53 | item: JSON.parse(JSON.stringify(item)) |
| 54 | }).then() |
| 55 | } |
| 56 | |
| 57 | function del(item: CloudflareTunnel, index: number) { |
| 58 | Base._Confirm(I18nT('base.areYouSure'), undefined, { |
nothing calls this directly
no test coverage detected