Skip to content

Commit

Permalink
add tns routes and link in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Mar 13, 2024
1 parent 9aa5e5a commit a4b7871
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions fritz.defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ skyportal:
bot_id:
bot_name:
api_key:
look_back_days: 1
look_back_days: 7

winter:
protocol: http
Expand Down Expand Up @@ -170,6 +170,10 @@ skyportal:
component: SourceAnalysisPage
- path: "/taxonomies"
component: TaxonomyPage
- path: "/tns_robots"
component: TNSRobotsPage
- path: "/tns_robot/:id/submissions"
component: TNSRobotSubmissionsPage

observation_plan:
default_filters: ['ztfg', 'ztfr', 'ztfi']
Expand Down Expand Up @@ -271,6 +275,10 @@ skyportal:
icon: ZoomInOutlined
url: /observations

- name: TNS Robots
icon: Assignment
url: /tns_robots

- name: Galaxies
icon: TornadoOutlined
url: /galaxies
Expand Down Expand Up @@ -467,8 +475,8 @@ skyportal:
facility_queue: 64510
notification_queue: 64610
observation_plan_queue: 64710
tns_retrieval_queue: 64810
thumbnail_queue: 64910
tns_retrieval_queue: 64810
tns_submission_queue: 64812

server:
Expand Down

0 comments on commit a4b7871

Please sign in to comment.