(iconName)
| 454 | } |
| 455 | |
| 456 | _createRoundButton(iconName) { |
| 457 | let button = new St.Button({ |
| 458 | style_class: 'message-list-clear-button button vitals-button-action' |
| 459 | }); |
| 460 | |
| 461 | button.child = new St.Icon({ |
| 462 | icon_name: iconName |
| 463 | }); |
| 464 | |
| 465 | return button; |
| 466 | } |
| 467 | |
| 468 | _removeMissingHotSensors(hotSensors) { |
| 469 | for (let i = hotSensors.length - 1; i >= 0; i--) { |