Skip to content

Commit 79729ab

Browse files
committed
Rename and reorder the legacy pages
1 parent 10d6744 commit 79729ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,17 @@ def main_page():
260260
if check_password():
261261
pg = st.navigation([
262262
st.Page(main_page, title="🏠 Home", default=True),
263-
st.Page(metric_page, title="🔢 Metrics"),
264263
st.Page(status_page, title="🚦 Status"),
265-
st.Page(forecast_page, title="📈 Forecast"),
266264
st.Page(pvsite_forecast_page, title="📉 Site Forecast"),
267265
st.Page(dp_forecast_page, title="📉 DP Forecast"),
268266
st.Page(sites_toolbox_page, title="🛠️ Sites Toolbox"),
269267
st.Page(user_page, title="👥 API Users"),
270268
st.Page(nwp_page, title="🌤️ NWP"),
271269
st.Page(satellite_page, title="🛰️ Satellite"),
272270
st.Page(cloudcasting_page, title="☁️ Cloudcasting"),
273-
st.Page(adjuster_page, title="🔧 Adjuster"),
274271
st.Page(batch_page, title="👀 Batch Visualisation Page"),
275-
st.Page(dataplatform_toolbox_page, title="🛠️ Data Platform Toolbox")], position="top")
272+
st.Page(dataplatform_toolbox_page, title="🛠️ Data Platform Toolbox"),
273+
st.Page(metric_page, title="🔢 Legacy Metrics"),
274+
st.Page(forecast_page, title="📈 Legacy Forecast"),
275+
st.Page(adjuster_page, title="🔧 Legacy Adjuster")], position="top")
276276
pg.run()

0 commit comments

Comments
 (0)