move the log file viewer to its own plugin
We plan to have multiple different types of tabs.
This commit is contained in:
3
main.py
3
main.py
@@ -53,8 +53,9 @@ if __name__ == "__main__":
|
||||
# init plugins
|
||||
PluginRegistry.load_plugin("RavenLogPlugin")
|
||||
PluginRegistry.load_plugin("OpenFilePlugin")
|
||||
PluginRegistry.load_plugin("LogFilePlugin")
|
||||
|
||||
window = PluginRegistry.executeSingle("create_main_window")
|
||||
window = PluginRegistry.execute_single("create_main_window")
|
||||
RavenUI.window = window
|
||||
window.show()
|
||||
# window.open_file("/home/andi/ws/performanceDb/data/production/logs_2018-09-06_2018-09-06.csv")
|
||||
|
||||
Reference in New Issue
Block a user