mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Moved "VMSTAT" column up by one row so that it displays properly on 24
row displays.
This commit is contained in:
parent
879732b84c
commit
293df9d65a
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ static struct nlist namelist[] = {
|
|||
#define PROCSCOL 0
|
||||
#define GENSTATROW 7 /* uses 2 rows and 30 cols */
|
||||
#define GENSTATCOL 20
|
||||
#define VMSTATROW 7 /* uses 17 rows and 12 cols */
|
||||
#define VMSTATROW 6 /* uses 17 rows and 12 cols */
|
||||
#define VMSTATCOL 48
|
||||
#define GRAPHROW 10 /* uses 3 rows and 51 cols */
|
||||
#define GRAPHCOL 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue