Skip to content
Snippets Groups Projects
Commit ba76fb17 authored by Benedikt's avatar Benedikt
Browse files

added image of the GUI

parent 9b59ca72
No related branches found
No related tags found
No related merge requests found
doc/GUI.png

141 KiB

...@@ -57,7 +57,7 @@ class page: ...@@ -57,7 +57,7 @@ class page:
curdoc().theme = bokehCssPTB.getTheme() curdoc().theme = bokehCssPTB.getTheme()
def buildGemimegTab(self): def buildGemimegTab(self):
gemimegElement = Div(text="""<embed src="https://s18361.bs.ptb.de/gemimeg-tool/#/">""") gemimegElement = Div(text="""<embed src="https://s18361.bs.ptb.de/gemimeg-tool/#/">""")# TODO deploy gemimeg tool with in the external docker containers and link it here
self.gemimegTab = TabPanel(child=gemimegElement, title="Gemimeg") self.gemimegTab = TabPanel(child=gemimegElement, title="Gemimeg")
def buildDisplayerTab(self): def buildDisplayerTab(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment