mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
Sunstone: filter out hosts in retry state for the host selectables.
(cherry picked from commit 92a7875385
)
This commit is contained in:
parent
8951d2f284
commit
e211e84386
@ -431,7 +431,7 @@ function updateHostSelect(){
|
||||
1,//id_col
|
||||
2,//name_col
|
||||
[7,7],//status_cols
|
||||
[tr("ERROR"),tr("OFF")]//bad_st
|
||||
[tr("ERROR"),tr("OFF"),tr("RETRY")]//bad_st
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user