mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-29 02:01:43 +00:00
Right align numbers, left align strings.
ala excel/spreadsheets etc.
This commit is contained in:
@@ -24,8 +24,8 @@ var (
|
||||
MetadataTemplates = report.MetadataTemplates{
|
||||
PID: {ID: PID, Label: "PID", From: report.FromLatest, Datatype: "number", Priority: 1},
|
||||
Cmdline: {ID: Cmdline, Label: "Command", From: report.FromLatest, Priority: 2},
|
||||
PPID: {ID: PPID, Label: "Parent PID", From: report.FromLatest, Priority: 3},
|
||||
Threads: {ID: Threads, Label: "# Threads", From: report.FromLatest, Priority: 4},
|
||||
PPID: {ID: PPID, Label: "Parent PID", From: report.FromLatest, Datatype: "number", Priority: 3},
|
||||
Threads: {ID: Threads, Label: "# Threads", From: report.FromLatest, Datatype: "number", Priority: 4},
|
||||
}
|
||||
|
||||
MetricTemplates = report.MetricTemplates{
|
||||
|
||||
Reference in New Issue
Block a user