Skip to content

Commit

Permalink
MGR-146
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Müller authored and Matthias Müller committed Jan 11, 2023
1 parent f2e972c commit d1da3b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application-home/conf/datasources/ds-connections.xml
Expand Up @@ -35,10 +35,10 @@
<field name="version" binding="version" type="text">
<label id="version" />
</field>
<field name="productName" binding="productName" type="text">
<field name="productName" type="text">
<label id="productName" />
</field>
<field name="productVersion" binding="productVersion" type="text">
<field name="productVersion" type="text">
<label id="productVersion" />
</field>
<field name="state" binding="state" type="image" readonly="true">
Expand Down
Expand Up @@ -31,10 +31,10 @@
<field name="version" type="text" binding="version">
<label id="version">Version</label>
</field>
<field name="productName" type="text" binding="productName">
<field name="productName" type="text" binding="item.productName">
<label id="productName">Product Name</label>
</field>
<field name="productVersion" type="text" binding="productVersion">
<field name="productVersion" type="text" binding="item.productVersion">
<label id="productVersion">Product Version</label>
</field>
<field name="state" type="image" readonly="true" binding="state">
Expand Down

0 comments on commit d1da3b5

Please sign in to comment.