Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Sep 6, 2021
1 parent 10cd5d5 commit 7fb8041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/dinsro/views/index_core_nodes.cljs
Expand Up @@ -9,7 +9,11 @@

(report/defsc-report CoreNodeReport
[_this _props]
{ro/columns [m.accounts/name]
{ro/columns [m.core-nodes/name
m.core-nodes/host
m.core-nodes/port
m.core-nodes/rpcuser
m.core-nodes/rpcpass]
ro/source-attribute ::m.core-nodes/all-nodes
ro/title "Core Node Report"
ro/row-pk m.core-nodes/id
Expand Down

0 comments on commit 7fb8041

Please sign in to comment.