Skip to content

Commit

Permalink
Genesis: Add column "Installed" to indicate whether application has b…
Browse files Browse the repository at this point in the history
…een installed on the server

(reference #10 )
  • Loading branch information
piotrzarzycki21 committed Feb 3, 2023
1 parent ec56bfa commit 97da0df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
</dataGrid:beads>
<dataGrid:columns>
<models:DataGridColumnModel caption="App Name" dataField="label" dataType="string" allowFiltering="true"/>
<models:DataGridColumnModel caption="Installed" dataField="installed" dataType="boolean" width="100"/>
</dataGrid:columns>
</dataGrid:DataGrid>
</j:VGroup>

0 comments on commit 97da0df

Please sign in to comment.