Merge "Display Draining state correctly"

This commit is contained in:
Zuul 2022-02-23 16:03:34 +00:00 committed by Gerrit Code Review
commit d8b97e6261
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.