Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Refactor XML elements of Formatters jmix-projects/jmix-ui#452
Browse files Browse the repository at this point in the history
  • Loading branch information
glebfox committed May 18, 2021
1 parent 7be072c commit 5f360a4
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -48,7 +48,9 @@
<textField id="name" property="name"/>
<textField id="host" property="host"/>
<textField id="port" property="port">
<numberFormatter format="#####"/>
<formatter>
<number format="#####"/>
</formatter>
</textField>
<field property="secureMode"/>
<fileStorageUpload id="mailBoxRootCertificateField" property="rootCertificate"/>
Expand Down Expand Up @@ -101,7 +103,9 @@
<textField id="proxyPortField"
caption="msg://proxyPortCaption"
property="port">
<numberFormatter format="#####"/>
<formatter>
<number format="#####"/>
</formatter>
</textField>
<checkBox id="webProxyChkBox"
caption="msg://proxyUseWebCaption"
Expand Down

0 comments on commit 5f360a4

Please sign in to comment.