summaryrefslogtreecommitdiff
path: root/src/op_mode/show_cpu.py
AgeCommit message (Collapse)Author
2022-07-07T2719: rework 'show hardware cpu *' commands in the new styleDaniil Baturin
2022-02-21T2719: initial batch of standardized structure op mode scriptsDaniil Baturin
2020-11-28vyos.template: T2720: fix remaining in-line time_block syntaxChristian Poessinger
Commit a2ac9fac ("vyos.template: T2720: always enable Jinja2 trim_blocks feature") globally enabled the trim_blocks feature. Some templates still used in-line trim_blocks "{%"- or "-%}" which caused miss-placed line endings. This is fixed by removing all in-line trim_block statememnts of Jinja2 templates.
2020-06-07op-mode: T2558: version: split out CPU infoChristian Poessinger
Instead of using "show version" as catch-all command for information rather add "show system cpu" op-mode command which is analogous to "show system memory" which deals with RAM.