mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00

* 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
10 lines
215 B
HTML
10 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>
|
|
|