mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 22:20:52 +08:00
08707f9408
* Initial integration of webui with ray * Re-organized calling of build-webui in setup.py * Fixed Lint comments on js code * Fixed more lint issues * Fixed various issues * Fixed directory in services.py * Small changes. * Changes to match lint
11 lines
215 B
HTML
11 lines
215 B
HTML
<head>
|
|
<title>Ray UI</title>
|
|
</head>
|
|
|
|
<link rel=stylesheet type=text/css href="/static/rayui.css">
|
|
<body>
|
|
<div id="mount-point"></div>
|
|
<script src="/public/bundle.js" type="text/javascript"></script>
|
|
</body>
|
|
|