Fix Doris Barbell band logging and nav links
This commit is contained in:
@@ -2019,7 +2019,7 @@ def top_nav(active:str)->str:
|
||||
('Services','services.html','services'),
|
||||
('Kitchen','http://10.5.30.7:8092','kitchen'),
|
||||
('Schoolhouse','https://schoolhouse.paccoco.com','schoolhouse'),
|
||||
('Barbell','http://10.5.30.6:8093','barbell'),
|
||||
('Barbell','https://gym.paccoco.com','barbell'),
|
||||
('Donetick','https://donetick.paccoco.com','donetick'),
|
||||
('Paperless','https://paperless.paccoco.com','paperless'),
|
||||
('n8n','https://n8n.paccoco.com','n8n'),
|
||||
@@ -2051,7 +2051,7 @@ def render_family_directory(active:str)->str:
|
||||
('Services Directory','services.html','services','Switchboard','Dense launch wall for the wider stack once you know where you need to go.'),
|
||||
('Doris Kitchen','http://10.5.30.7:8092','kitchen','Pantry desk','Recipe leads, import repair, and meal-planning evidence review.'),
|
||||
('Doris Schoolhouse','https://schoolhouse.paccoco.com','schoolhouse','Records desk','Assignments, recordings, D2L sync, and archive intake.'),
|
||||
('Doris Barbell','http://10.5.30.6:8093','barbell','Training desk','Body metrics, routines, workouts, and progression dossiers.'),
|
||||
('Doris Barbell','https://gym.paccoco.com','barbell','Training desk','Body metrics, routines, workouts, and progression dossiers.'),
|
||||
]
|
||||
cards=[]
|
||||
active_key='dashboard' if active=='home' else active
|
||||
|
||||
Reference in New Issue
Block a user