Display Draining state correctly

Story: 2009817
Task: 44388

Change-Id: I1383f94e7efe8629d588b32af734e042544d0f11
(cherry picked from commit 6fdab4a6c0)
(cherry picked from commit 775cf1399e)
(cherry picked from commit 76cf920eb4)
(cherry picked from commit 28ea78031d)
This commit is contained in:
Tom Weininger 2022-01-28 16:24:31 +01:00
parent d11d0fe4e6
commit 843ac51579
2 changed files with 5 additions and 0 deletions

View File

@ -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'),

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Draining state was missing from the list of operating states.