Skip to content

Commit

Permalink
Use icons for platform/accessory status. Ref #3
Browse files Browse the repository at this point in the history
  • Loading branch information
maplesteve committed Jan 24, 2017
1 parent c61cf3c commit b5473c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/ConfigManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ ConfigManager.prototype.accessoriesJSON = function() {
}

ConfigManager.prototype.addPlatformConfig = function(platformConfig, callback) {
platformConfig["hbServer_active_flag"] = 0;
platformConfig["hbServer_pluginName"] = platformConfig.platform;
_platformsJSON.push(platformConfig);
this.save(callback);
}
Expand Down
2 changes: 1 addition & 1 deletion content/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ input[type='radio'],input[type='checkbox'] {
font-size: 12px;
}

.activityInctive::after {
.activityInactive::after {
content: '\26aa';
font-size: 12px;
}

0 comments on commit b5473c1

Please sign in to comment.