Skip to content

Commit

Permalink
MGR-99 fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Feb 13, 2020
1 parent 367d2b1 commit f3a9813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application-home/conf/datasources/ds-connections.xml
Expand Up @@ -32,7 +32,7 @@
<label id="sizeMB" />
</field>
<field name="state" binding="state" type="image" readonly="true">
<label id="state" />
<label id="status" />
<icon condition="${current.item.active and not current.pendingMigrations}">led_green</icon>
<icon condition="${current.item.active and current.pendingMigrations}">led_red</icon>
<icon condition="${not current.item.active}">led_orange</icon>
Expand Down
Expand Up @@ -29,7 +29,7 @@
<label id="sizeMB">Size (MB)</label>
</field>
<field name="state" type="image" readonly="true" binding="state">
<label id="state">state</label>
<label id="status">Status</label>
<icon condition="${current.item.active and not current.pendingMigrations}">led_green</icon>
<icon condition="${current.item.active and current.pendingMigrations}">led_red</icon>
<icon condition="${not current.item.active}">led_orange</icon>
Expand Down

0 comments on commit f3a9813

Please sign in to comment.