Display Draining state correctly
Story: 2009817 Task: 44388 Change-Id: I1383f94e7efe8629d588b32af734e042544d0f11
This commit is contained in:
parent
b1a86bb6ff
commit
6fdab4a6c0
@ -43,6 +43,7 @@
|
||||
function loadBalancersService($q, api, gettext) {
|
||||
var operatingStatus = {
|
||||
ONLINE: gettext('Online'),
|
||||
DRAINING: gettext('Draining'),
|
||||
OFFLINE: gettext('Offline'),
|
||||
DEGRADED: gettext('Degraded'),
|
||||
ERROR: gettext('Error'),
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Draining state was missing from the list of operating states.
|
Loading…
Reference in New Issue
Block a user