ray/webui/client/index.html
Wapaul1 08707f9408 Integration of Webui with Ray (#32)
* 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
2016-11-17 22:33:29 -08:00

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>