Implement Hazard List with server-side cache of last 7 Hazards
This commit is contained in:
parent
2243bc4c9d
commit
763352317f
11 changed files with 539 additions and 1 deletions
|
|
@ -151,6 +151,9 @@
|
|||
<div id="linux-news-html" class="weather-display">
|
||||
<%- include('partials/linux-news.ejs') %>
|
||||
</div>
|
||||
<div id="hazard-list-html" class="weather-display">
|
||||
<%- include('partials/hazard-list.ejs') %>
|
||||
</div>
|
||||
<%- include('partials/scroll.ejs') %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue