Skip to content

Commit

Permalink
Showed value in object edit dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 1, 2024
1 parent a36a282 commit cb39347
Show file tree
Hide file tree
Showing 7 changed files with 344 additions and 18 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ And with rest-api instance: `https://iobroker.mydomain.com/ioBrokerAPI/ => http:
You can add the following lines into Reverse Proxy tab to let Intro tab run behind reverse proxy properly:

| Global path | Instance | Instance path behind proxy |
| ----------------- | ------------- | -------------------------- |
|-------------------|---------------|----------------------------|
| `/ioBrokerAdmin/` | `web.0` | `/ioBrokerWeb/` |
| | `rest-api.0` | `/ioBrokerAPI/` |
| | `admin.0` | `/ioBrokerAdmin/` |
Expand All @@ -87,6 +87,10 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

- (@GermanBluefox) Showed value in object edit dialog

### 7.4.3 (2024-12-01)

- (@GermanBluefox) Changed information box on the hosts tab
Expand Down
1 change: 1 addition & 0 deletions packages/adapter-react-v5/src/Components/ObjectBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,7 @@ function formatValue(options: FormatValueOptions): {
if (isCommon?.unit) {
valText.u = isCommon.unit;
}

let valFull:
| {
/** label */
Expand Down
3 changes: 2 additions & 1 deletion packages/adapter-react-v5/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"ra_License %s": "License %s",
"ra_License agreement": "License agreement",
"ra_License does not exist": "License does not exist",
"ra_tooltip_expire": "Expires in",
"ra_License expired on %s": "License expired on %s",
"ra_License for other product \"%s\"": "License for other product \"%s\"",
"ra_License is for version %s, but required version is %s.": "License is for version %s, but required version is %s.",
Expand Down Expand Up @@ -447,4 +448,4 @@
"sch_validTo": "to",
"sch_wholeDay": "Whole day",
"sch_yearEveryMonth": "every month"
}
}
2 changes: 1 addition & 1 deletion packages/admin/src-admin/src/components/Hosts/HostRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const styles: Record<string, any> = {
alignItems: 'baseline',
},
collapse: {
height: 200,
height: 215,
backgroundColor: 'rgba(128, 128, 128, 0.1)',
// position: 'absolute',
width: '100%',
Expand Down
Loading

0 comments on commit cb39347

Please sign in to comment.