-
Notifications
You must be signed in to change notification settings - Fork 3
Control Application (Managing Applications)
The Applications component allows you to view and add applications, flights, and sessions to the LogUI server. If you are unsure what these are, please read the Wiki page that explains the basic concepts behind LogUI, and then come back to this page to learn how to use the application.
Applications currently stored in the database of your LogUI server instance can be listed by clicking on the Applications component icon, on the left of the screen. You will then see a screen similar to the one shown below.

If no applications are present on the system, you will be presented with a message instead of a table. Each row on the table provides the application's name, its unique identifier (a UUID), a timestamp of when it was created, and the number of flights it has associated with it. Click the row to view the flights associated with the application (if any).
make sure you specify the domain correctly!
use http://localhost if you run the thing locally, or in a file://
- explain what the different icons mean
Note that LogUI is a prototype. New features are to be added and features tweaked over time. Documentation at this Wiki will be updated to reflect the latest iteration of LogUI server.