/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
web-ui/arthasWebConsole/all/native-agent/agents.html
17 строк
319 B
flzj-kl
add native agent module (#2915)
23 окт 2024, 09:55
Не верифицирован
23 окт 2024, 09:55
74290ec
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Arthas Native Agent</title> </head> <body> <div id="app"> </div> <script src="./src/agents.ts" type="module"></script> </body> </html>