Skip to content

Common Screen Patterns

These UI patterns are shared across most pages.

FeatureHow to use
SearchType in the search field above the table. Results filter server-side as you type.
SortClick a sortable column header. Click again to toggle ascending ↔ descending.
PaginationUse the page controls below the table to navigate.
Rows per pageChange the dropdown to show more or fewer rows.
Row actionsHover a row to reveal an actions menu (e.g. Details, Edit, Clone, Delete).
Checkbox selectionSome tables allow selecting rows via checkboxes. A toolbar appears with bulk actions.
  • Required fields show a validation error if left empty on save.
  • Save / Submit persists the change; Cancel / Back discards it.
  • Forms that include port bindings let you add multiple ports with a protocol (TCP / UDP) and container port number.

Destructive actions (Delete, Stop) always show a confirmation dialog before proceeding. Read the message carefully — some deletions cascade (e.g. deleting an application also removes its tags).

The date range picker appears on the Dashboard and Container Details pages. It controls the time range for charts, metrics, and logs.

FeatureDescription
Quick presetsCommon ranges such as Last 15 minutes, Last 1 hour, Last 24 hours, Last 7 days.
Relative datesDefine a range relative to “now”, e.g. now-6h to now.
Absolute datesPick exact start and end timestamps from a calendar.
Auto-refreshSet an interval (e.g. every 30 s) to automatically refresh data. A spinner appears while refreshing.
Manual refreshClick the refresh button next to the date picker.