disable half-baked resource map for now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f61714a770
commit
41c82294e5
@ -52,9 +52,6 @@ async def startup_event():
|
||||
await init_redis(app)
|
||||
log.info("Initialised redis connection")
|
||||
|
||||
await init_resource_map(app)
|
||||
log.info("Initialised the resource map")
|
||||
|
||||
|
||||
@app.on_event("shutdown")
|
||||
async def shutdown_event():
|
||||
|
@ -46,17 +46,4 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Resource map</h2>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_for('generate_resource_map') }}">Regenerate</a>
|
||||
</p>
|
||||
|
||||
<p>(PS. i have no idea how to render this)<p>
|
||||
|
||||
<div>{{ resource_map }}</div>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user