Skip to content

Commit

Permalink
Fix parsing whether or not the maps tab in Fabric should be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 22, 2013
1 parent c1de7a4 commit 004ddd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hawtio-web/src/main/webapp/app/core/js/preferences.ts
Expand Up @@ -85,7 +85,8 @@ module Core {
};

var converters = {
logCacheSize: parseInt
logCacheSize: parseInt,
fabricEnableMaps: parseBooleanValue
};

$scope.$watch('updateRate', () => {
Expand Down

0 comments on commit 004ddd0

Please sign in to comment.