Skip to content
Snippets Groups Projects
Commit f27667dc authored by David Bühler's avatar David Bühler
Browse files

[server] kernel.properties array: new column for the names of properties.

parent 3cb948c8
No related branches found
No related tags found
No related merge requests found
...@@ -227,6 +227,11 @@ let () = States.column ~model ~name:"kind" ...@@ -227,6 +227,11 @@ let () = States.column ~model ~name:"kind"
~data:(module PropKind) ~data:(module PropKind)
~get:(fun ip -> ip) () ~get:(fun ip -> ip) ()
let () = States.column ~model ~name:"names"
~descr:(Md.plain "Names")
~data:(module Jstring.Jlist)
~get:Property.get_names ()
let () = States.column ~model ~name:"status" let () = States.column ~model ~name:"status"
~descr:(Md.plain "Status") ~descr:(Md.plain "Status")
~data:(module PropStatus) ~data:(module PropStatus)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment