diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot index 6a0285ae63..7e81f2863c 100755 Binary files a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot and b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot differ diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg index f5f0b9185e..92a85b58cf 100755 --- a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg +++ b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg @@ -80,7 +80,7 @@ - + @@ -94,8 +94,11 @@ - - + + + + + \ No newline at end of file diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf index 1e1a486803..bc5aff864e 100755 Binary files a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf and b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf differ diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff index 716eb87705..c9c5d14631 100755 Binary files a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff and b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff differ diff --git a/platform/features/table/bundle.js b/platform/features/table/bundle.js index a635fb039a..2084b5a879 100644 --- a/platform/features/table/bundle.js +++ b/platform/features/table/bundle.js @@ -62,8 +62,8 @@ define([ { "key": "table", "name": "Historical Telemetry Table", - "glyph": "\ue605", - "description": "A table for displaying telemetry data", + "glyph": "\ue604", + "description": "A table for displaying historic telemetry data", "features": "creation", "delegates": [ "telemetry" @@ -84,8 +84,8 @@ define([ { "key": "rttable", "name": "Real-time Telemetry Table", - "glyph": "\ue605", - "description": "A table for displaying realtime telemetry" + + "glyph": "\ue620", + "description": "A table for displaying real-time telemetry" + " data", "features": "creation", "delegates": [ @@ -128,7 +128,7 @@ define([ { "name": "Historical Table", "key": "table", - "glyph": "\ue605", + "glyph": "\ue604", "templateUrl": "templates/table.html", "needs": [ "telemetry" @@ -139,7 +139,7 @@ define([ { "name": "Real-time Table", "key": "rt-table", - "glyph": "\ue605", + "glyph": "\ue620", "templateUrl": "templates/rt-table.html", "needs": [ "telemetry"