diff options
-rw-r--r-- | web/app/AttributeFormatter.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/AttributeFormatter.js b/web/app/AttributeFormatter.js index 0c385672..e63cf890 100644 --- a/web/app/AttributeFormatter.js +++ b/web/app/AttributeFormatter.js @@ -129,6 +129,8 @@ Ext.define('Traccar.AttributeFormatter', { return this.groupIdFormatter; } else if (key === 'lastUpdate') { return this.lastUpdateFormatter; + } else if (key === 'spentFuel') { + return this.numberFormatterFactory(Traccar.Style.numberPrecision, Strings.sharedLiterAbbreviation); } else { return this.defaultFormatter; } |