Skip to content

Commit

Permalink
Rename the folder for node overlays (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Jun 15, 2024
1 parent 7c56efe commit 84e5320
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream_overlays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def initialize(rhapi):
def render_node_overlay(name: str, node_id: int):
"""Render the node overlay."""
return templating.render_template(
f"stream/overlays/node_{name}.html",
f"stream/nodes/node_{name}.html",
serverInfo=None,
getOption=rhapi.db.option,
getConfig=rhapi.config.get_item,
Expand Down

0 comments on commit 84e5320

Please sign in to comment.