module Id : sig ... end
module Mode : sig ... end
module Kind : sig ... end
module Packed : sig ... end
val read : ('row, 'a) t ‑> 'row ‑> 'a
val view : 'row Packed.t ‑> 'row ‑> Id.t ‑> Mode.t ‑> html_id:string ‑> remember_edit:(Id.t ‑> string ‑> Incr_dom_widgets__.Import.Vdom.Event.t) ‑> Incr_dom_widgets__.Import.Vdom.Node.t
val apply_edit : 'row Packed.t ‑> 'row ‑> string ‑> 'row Core_kernel.Or_error.t
val is_editable : _ Packed.t ‑> bool
val status : num_active:('row ‑> int) ‑> num_inactive:('row ‑> int) ‑> num_not_synchronized:('row ‑> int) ‑> num_dead:('row ‑> int) ‑> 'row Packed.t list
status a i n d
returns a list of t
s to display the status of a collection
of systems.
module Style : sig ... end