iprutils: "RAID level" box is empty when creating the array
When customers try to create the array, the box for displaying "create RAID level" is empty. The patch fixes the issue. Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com> Signed-off-by: Brian King <Brian King brking@linux.vnet.ibm.com>
This commit is contained in:
parent
e4bbe15ba9
commit
02b52db0cb
1 changed files with 1 additions and 0 deletions
|
|
@ -10322,6 +10322,7 @@ int display_menu(ITEM **menu_item,
|
|||
box1_win = newwin(menu_rows + 2, menu_cols + 2, menu_start_row - 1, 54);
|
||||
field_win = newwin(menu_rows, menu_cols, menu_start_row, 55);
|
||||
set_menu_win(menu, field_win);
|
||||
set_menu_sub(menu, derwin(field_win, menu_rows, menu_cols, 0, 0));
|
||||
post_menu(menu);
|
||||
box(box1_win,ACS_VLINE,ACS_HLINE);
|
||||
if (use_box2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue