Skip to content

Resource Views

Each resource type in the TUI has a table view, detail view, and (where applicable) modal dialogs for CRUD operations.

DNS Zones

  • Table columns: ID, Name, Kind, Serial
  • Actions: Detail view, create zone, delete zone
  • Navigate to records: Select a zone and press d to see its records

DNS Records

  • Table columns: Name, Type, TTL, Content
  • Actions: Add record (a), edit record (e), delete record (D)
  • Modal: Add/Edit Record modal with fields for name, type, content, TTL

Domains

  • Table columns: ID, Name, Status, Verification Method, Created
  • Actions: Detail view, verify, regenerate token, delete

Kubernetes Clusters

  • Table columns: Name, Status, Version, Region, Nodes
  • Actions: Detail view, create cluster (c), edit cluster (e)
  • Modal: Create/Edit K8s cluster modal with fields for name, version, machine type, node count

Servers

  • Table columns: Name, Status, Region, IP Address
  • Actions: Detail view

Volumes

  • Table columns: Name, Size, Status, Attached To
  • Actions: Detail view

Networks

  • Table columns: Name, Status, Subnets, MTU
  • Actions: Detail view

Routers

  • Table columns: Name, Status, External Gateway
  • Actions: Detail view

Load Balancers

  • Table columns: Name, Status, VIP Address
  • Actions: Detail view

Apps

  • Table columns: Name, Status
  • Actions: Detail view

Billing

Three separate views:

  • :billing — Overview with total costs
  • :billing_detail — Resource-level cost breakdown
  • :billing_pricing — Current pricing table

Organizations

  • Table columns: ID, Name, Status, Created
  • Actions: Detail view

Members

  • Table columns: Email, Role, Status
  • Actions: Detail view, delete membership, apply preset

Tickets

  • Table columns: ID, Title, Status, Priority, Created
  • Actions: Detail view, create ticket (c), delete ticket (D), add comment
  • Modal: Create Ticket modal, Add Comment modal

Invitations

  • Table columns: Email, Role, Status, Created
  • Actions: Detail view, accept, decline, delete, resend

Invoices

  • Table columns: Number, Date, Amount, Status
  • Actions: Detail view

Projects

  • Table columns: ID, Name, Created
  • Actions: Select to switch project context

Multi-Select

Press Space to toggle selection on individual rows. Selected rows are highlighted. Use D to delete all selected resources at once (where supported).

Search/Filter

Press / to enter search mode. The filter applies fuzzy matching across multiple fields for the current resource type. Results update in real-time as you type.