The configurable page is accessible via <datacenter_url>/?components=<ComponentsCommaSeparatedList> (for example, http://127.0.0.1:5700/?components=DatasetPanel ), and gives the option to create configurable views that can, for instance, improve focus or remove unnecessary panels from the main UI for a given workflow.

The available configurable components are:

  1. Dataset Panel

  2. Dataset Edit Panel

  3. Dataset Entries Panel

  4. Properties Panel

  5. Outputs Panel

They must be specified as a comma separated list argument to the ?components query element, representing respectively:

For example, the http://127.0.0.1:5700/?components=DatasetPanel,DataEntriesPanel creates a simplified view where only the configured datasets and their data entries are shown:

image-2023-8-14_17-6-2.png