Skip to content

Commit

Permalink
Default to newer triview rather than slate for display page
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Jun 13, 2024
1 parent 49175ed commit 7cda820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/display/firefly/firefly.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, display, verbose=False, url=None,
import os
start_tab = None
html_file = kwargs.get('html_file',
os.environ.get('FIREFLY_HTML', 'slate.html'))
os.environ.get('FIREFLY_HTML', ''))
if url is None:
if (('fireflyLabExtension' in os.environ) and
('fireflyURLLab' in os.environ)):
Expand Down

0 comments on commit 7cda820

Please sign in to comment.