-
Notifications
You must be signed in to change notification settings - Fork 24
Process Admin Panel #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Process Admin Panel #327
Conversation
| @@ -0,0 +1,4 @@ | |||
| package org.sensorhub.ui; | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was an extra class
| .withSystems(new SystemFilter.Builder().withUniqueIDs(systemUID).build()) | ||
| .build(); | ||
|
|
||
| // TODO Add nested IO also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this as we handled nested IO in the for loop below
| package org.sensorhub.ui; | ||
|
|
||
| import org.sensorhub.api.database.IObsSystemDatabase; | ||
| import org.sensorhub.api.event.EventUtils; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should revert this file as it has no changes
| { | ||
| //close(); | ||
| getUI().addWindow(new DownloadModulesPopup()); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add this back and make sure it works
| import org.sensorhub.api.sensor.SensorConfig; | ||
| import org.sensorhub.impl.database.system.SystemDriverDatabaseConfig; | ||
| import org.sensorhub.impl.datastore.view.ObsSystemDatabaseViewConfig; | ||
| import org.sensorhub.impl.processing.SMLProcessConfig; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also can revert this class as no changes were made
This addition allows user to configure the process xml within the admin interface.