add son-emu dashboard to the python setup file, so it is served from the Flask app...
authorstevenvanrossem <steven.vanrossem@intec.ugent.be>
Sat, 8 Apr 2017 11:41:15 +0000 (13:41 +0200)
committerstevenvanrossem <steven.vanrossem@intec.ugent.be>
Sat, 8 Apr 2017 11:41:15 +0000 (13:41 +0200)
commit5b876700bdef500e17c212f5b0bcea5383e44528
tree8c0ca5035fe9cdd351f5b3f34b94a2361a6addcc
parent23be11bc2e8fcb8e177694c61d95e65682a84238
add son-emu dashboard to the python setup file, so it is served from the Flask app, at the dummygatekeeper's ip:port
17 files changed:
dashboard/README.md
dashboard/css/main.css [deleted file]
dashboard/dashboard [new symlink]
dashboard/img/SONATA_new.png [deleted file]
dashboard/index.html [deleted file]
dashboard/js/main.js [deleted file]
dashboard/son-emu-dashboard-screenshot.png [deleted file]
setup.py
src/emuvim/api/rest/rest_api_endpoint.py
src/emuvim/api/sonata/dummygatekeeper.py
src/emuvim/dashboard/README.md [new file with mode: 0755]
src/emuvim/dashboard/__init__.py [new file with mode: 0644]
src/emuvim/dashboard/css/main.css [new file with mode: 0755]
src/emuvim/dashboard/img/SONATA_new.png [new file with mode: 0755]
src/emuvim/dashboard/index.html [new file with mode: 0755]
src/emuvim/dashboard/js/main.js [new file with mode: 0755]
src/emuvim/dashboard/son-emu-dashboard-screenshot.png [new file with mode: 0755]