Skip to content

Commit

Permalink
Bug fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nograx committed Oct 26, 2023
1 parent fdb9422 commit 23bed4e
Show file tree
Hide file tree
Showing 18 changed files with 320 additions and 86 deletions.
28 changes: 14 additions & 14 deletions admin/build/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin/build/index.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion admin/src/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ class Settings extends React.Component<SettingsProps, SettingsState> {
<div>{this.renderInput("userName", "userName", "text")}</div>
<div>{this.renderInput("password", "password", "password")}</div>
<div>
<img src={"/"}></img>
If you find the adapter useful for you and want to support my work, feel free to donate by Paypal. Thank You!<br />
(this is an personal Donate link for Nograx, in no relation to the ioBroker Project!)
</div>
<div>
<a href="http://paypal.me/peter.frommert" target="_blank" rel="noreferrer"></a><img src={"https://img.shields.io/badge/Donate-PayPal-green.svg"}></img>
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion build/constants/paths.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23bed4e

Please sign in to comment.