Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(composer): fix gnes board naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 16, 2019
1 parent 743ec3b commit 054981c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnes/composer/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def build_mermaid(all_layers: List['YamlGraph.Layer'], show_topdown: bool = True

@staticmethod
def build_html(generate_dict: Dict[str, str]) -> str:
r = pkg_resources.resource_stream('gnes', '/'.join(('resources', 'static', 'gnes-graph.html')))
r = pkg_resources.resource_stream('gnes', '/'.join(('resources', 'static', 'gnes-board.html')))
with r:
html = r.read().decode()
for k, v in generate_dict.items():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<div class="container">
<div class="row justify-content-center">
<button type="button" class="btn btn-primary" data-clipboard-target="#shell-code">
📋 Copy to Clipboard
Copy to Clipboard
</button>
</div>
<div class="row justify-content-center">
Expand Down

0 comments on commit 054981c

Please sign in to comment.