mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00
Merge pull request #2 from rmkraus/master
Fixed domain icons for updater
This commit is contained in:
commit
1139b83245
@ -52,7 +52,7 @@ export default function domainIcon(domain, state) {
|
||||
return 'social:pages';
|
||||
|
||||
case 'updater':
|
||||
if(state == "True") {
|
||||
if(state == "update_available") {
|
||||
return 'icons:cloud-download';
|
||||
} else {
|
||||
return 'icons:cloud-done';
|
||||
|
Loading…
x
Reference in New Issue
Block a user