Skip to content

Commit

Permalink
remove alert (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
taruma authored Nov 15, 2022
1 parent bfcae84 commit f088e34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
[
pylayout.HTML_TITLE,
pylayout.HTML_ALERT_README,
pylayout.HTML_ALERT_EOOS,
pylayout.HTML_ROW_BUTTON_UPLOAD,
pylayout.HTML_ROW_TABLE,
pylayout.HTML_ROW_BUTTON_VIZ,
Expand Down
2 changes: 1 addition & 1 deletion app_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ TEMPLATE:
SHOW_LEGEND_INSIDE: False
SHOW_RANGESELECTOR: False

VERSION: v1.2.1
VERSION: v1.3.0
GITHUB_LINK: https://github.com/fiakoenjiniring/rainfall
GITHUB_REPO: fiakoenjiniring/rainfall
17 changes: 0 additions & 17 deletions pylayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,6 @@

HTML_ALERT_README = pylayoutfunc.create_HTML_alert(ALERT_README, className=None)

ALERT_END_OF_ONLINE_SERVICE = dbc.Alert(
[
"Layanan online aplikasi fiakodev akan dihentikan pada November 2022. ",
"Baca ",
html.A(
"logs: layanan online aplikasi fiakodev akan dihentikan",
href="https://dev.fiako.engineering/logs/layanan-online-aplikasi-fiakodev",
target="_blank"
),
" untuk informasi lebih lengkap."
],
color="danger",
className="fw-bold"
)

HTML_ALERT_EOOS = pylayoutfunc.create_HTML_alert(ALERT_END_OF_ONLINE_SERVICE, className=None)

ALERT_SPONSOR = dbc.Alert(
[
"Terima kasih untuk ",
Expand Down

0 comments on commit f088e34

Please sign in to comment.