@iobroker/dm-gui-components 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DeviceList.js CHANGED
@@ -203,7 +203,7 @@ class DeviceList extends Communication_1.default {
203
203
  this.props.title,
204
204
  this.props.selectedInstance ? react_1.default.createElement(material_1.Tooltip, { title: (0, Utils_1.getTranslation)('refreshTooltip') },
205
205
  react_1.default.createElement("span", null,
206
- react_1.default.createElement(material_1.IconButton, { onClick: () => this.loadDevices().catch(console.error), disabled: !this.state.alive, size: "small" },
206
+ react_1.default.createElement(material_1.IconButton, { onClick: () => this.loadData(), disabled: !this.state.alive, size: "small" },
207
207
  react_1.default.createElement(icons_material_1.Refresh, null)))) : null,
208
208
  this.state.alive && ((_b = (_a = this.state.instanceInfo) === null || _a === void 0 ? void 0 : _a.actions) === null || _b === void 0 ? void 0 : _b.length) ? react_1.default.createElement("div", { style: { marginLeft: 20 } }, this.state.instanceInfo.actions.map(action => react_1.default.createElement(InstanceActionButton_1.default, { key: action.id, action: action, instanceHandler: this.instanceHandler }))) : null,
209
209
  react_1.default.createElement("div", { style: { flexGrow: 1 } }),
package/README.md CHANGED
@@ -20,7 +20,7 @@ render() {
20
20
  -->
21
21
 
22
22
  ## Changelog
23
- ### 0.0.9 (2023-12-14)
23
+ ### 0.0.10 (2023-12-14)
24
24
  * (bluefox) Changed layout of the device list
25
25
 
26
26
  ### 0.0.7 (2023-12-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-gui-components",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "ReactJS components to develop admin interface for ioBroker device manager.",
5
5
  "author": {
6
6
  "name": "Jey Cee",