Skip to content

Commit

Permalink
Merge pull request #6 from DrozmotiX/optimizeDeviceHandling
Browse files Browse the repository at this point in the history
Optimize device handling
  • Loading branch information
DutchmanNL authored Nov 26, 2023
2 parents 6f887a3 + 43834ce commit ac4fb2e
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 64 deletions.
4 changes: 2 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"freeSolo": true,
"type": "autocompleteSendTo",
"command": "getApIP",
"jsonData": "{ \"service\": \"${data.ApIP}\" }",
"jsonData": "{ \"apIP\": \"${data.apIP}\" }",
"label": "lblApIP",
"default": "",
"tooltip": "ttpApIP",
Expand Down Expand Up @@ -103,7 +103,7 @@
"variant": "outlined",
"showProcess" : true,
"command": "deleteAP",
"jsonData": "{ \"ip\": \"${data.apName}\"}",
"jsonData": "{ \"apName\": \"${data.apName}\", \"apIP\": \"${data.apIP}\" }",
"useNative": true,
"disabled": "data.apIP===''",
"hidden": "!_alive",
Expand Down
103 changes: 93 additions & 10 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 ac4fb2e

Please sign in to comment.