Skip to content

Commit f224eff

Browse files
author
Georgy Kirichenko
committed
restore table header
1 parent 728c1f6 commit f224eff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cli/limit.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ void summary()
1414
const auto response = controlPlane.limit_summary();
1515

1616
TablePrinter table;
17+
table.insert_row("name",
18+
"socket_id",
19+
"current",
20+
"maximum",
21+
"percent");
1722

1823
table.insert_row("name",
1924
"socket_id",

0 commit comments

Comments
 (0)