Skip to content

Commit

Permalink
Minor html title change
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Sep 13, 2024
1 parent ca13781 commit dd40942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="mt-48 page-full-wrap relative ">
<input type="hidden" value="creator-page" id="page-type">
<img class="display-image m-auto" data-src="{assets_base_url}/images/logo.png" src="{assets_base_url}/images/logo.png" alt="OSCAR metrics"/>
<h2 class="page-title page-text-color page-text-font mt-24 text-center text-fs-18">OSCAR-{cluster_id}" metrics index</h2>
<h2 class="page-title page-text-color page-text-font mt-24 text-center text-fs-18">{cluster_id} metrics index"</h2>
<div class="mt-24">
"""
Expand Down

0 comments on commit dd40942

Please sign in to comment.