Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from abyrne55/name-change
Browse files Browse the repository at this point in the history
Set web page title
  • Loading branch information
openshift-ci[bot] authored Jun 17, 2022
2 parents cd39453 + 195b597 commit 1c04508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

app = Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
application = app.server
app.title = "OSD Alert Analysis"


def get_navbar(since, until, max_date, region):
Expand Down

0 comments on commit 1c04508

Please sign in to comment.