зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1680517 - Tweak the TextMarker display schema; r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D98610
This commit is contained in:
Родитель
a901a3844e
Коммит
15991a04d2
|
@ -143,7 +143,7 @@ struct TextMarker {
|
|||
static MarkerSchema MarkerTypeDisplay() {
|
||||
using MS = MarkerSchema;
|
||||
MS schema{MS::Location::markerChart, MS::Location::markerTable};
|
||||
schema.SetChartLabel("{marker.name} - {marker.data.name}");
|
||||
schema.SetChartLabel("{marker.data.name}");
|
||||
schema.SetTableLabel("{marker.name} - {marker.data.name}");
|
||||
schema.AddKeyLabelFormat("name", "Details", MarkerSchema::Format::string);
|
||||
return schema;
|
||||
|
|
Загрузка…
Ссылка в новой задаче