@@ -119,19 +119,25 @@ local colors = common.colors;
119119 + standardOptions.withMappings([
120120 standardOptions.mapping.ValueMap.withType('value' )
121121 + standardOptions.mapping.ValueMap.withOptions({
122- '-8' : { index: 0 , color: colors.info, text: 'Upgrading' },
123- '-7' : { index: 1 , color: colors.danger, text: 'Storage-full' },
124- '-6' : { index: 2 , color: colors.danger, text: 'Failed' },
125- '-5' : { index: 3 , color: colors.warning, text: 'Rebooting' },
126- '-4' : { index: 4 , color: colors.danger, text: 'Deleting' },
127- '-3' : { index: 5 , color: colors.notice, text: 'Creating' },
128- '-2' : { index: 6 , color: colors.notice, text: 'Stopping' },
129- '-1' : { index: 7 , color: 'purple' , text: 'Unknown' },
130- '0' : { index: 8 , color: colors.danger, text: 'Stopped' },
131- '1' : { index: 9 , color: colors.ok, text: 'Available' },
132- '2' : { index: 10 , color: colors.notice, text: 'Backing-up' },
133- '3' : { index: 11 , color: colors.ok, text: 'Starting' },
134- '4' : { index: 12 , color: colors.info, text: 'Modifying' },
122+ '-10' : { index: 0 , color: colors.danger, text: 'Restore error' },
123+ '-9' : { index: 1 , color: colors.warning, text: 'Maintenance' },
124+ '-8' : { index: 2 , color: colors.info, text: 'Upgrading' },
125+ '-7' : { index: 3 , color: colors.danger, text: 'Storage-full' },
126+ '-6' : { index: 4 , color: colors.danger, text: 'Failed' },
127+ '-5' : { index: 5 , color: colors.warning, text: 'Rebooting' },
128+ '-4' : { index: 6 , color: colors.danger, text: 'Deleting' },
129+ '-3' : { index: 7 , color: colors.notice, text: 'Creating' },
130+ '-2' : { index: 8 , color: colors.notice, text: 'Stopping' },
131+ '-1' : { index: 9 , color: 'purple' , text: 'Unknown' },
132+ '0' : { index: 10 , color: colors.danger, text: 'Stopped' },
133+ '1' : { index: 11 , color: colors.ok, text: 'Available' },
134+ '2' : { index: 12 , color: colors.notice, text: 'Backing-up' },
135+ '3' : { index: 13 , color: colors.ok, text: 'Starting' },
136+ '4' : { index: 14 , color: colors.info, text: 'Modifying' },
137+ '5' : { index: 15 , color: colors.info, text: 'Configuring enhanced monitoring' },
138+ '10' : { index: 16 , colors: colors.info, text: 'Storage initialization' },
139+ '11' : { index: 17 , colors: colors.notice, text: 'Storage optimization' },
140+ '20' : { index: 18 , colors: colors.notice, text: 'Renaming' },
135141 }),
136142 ]),
137143 },
@@ -464,19 +470,25 @@ local colors = common.colors;
464470 + standardOptions.withMappings([
465471 standardOptions.mapping.ValueMap.withType('value' )
466472 + standardOptions.mapping.ValueMap.withOptions({
467- '-8' : { index: 0 , color: colors.info, text: 'Upgrading' },
468- '-7' : { index: 1 , color: colors.danger, text: 'Storage-full' },
469- '-6' : { index: 2 , color: colors.danger, text: 'Failed' },
470- '-5' : { index: 3 , color: colors.warning, text: 'Rebooting' },
471- '-4' : { index: 4 , color: colors.danger, text: 'Deleting' },
472- '-3' : { index: 5 , color: colors.notice, text: 'Creating' },
473- '-2' : { index: 6 , color: colors.notice, text: 'Stopping' },
474- '-1' : { index: 7 , color: 'purple' , text: 'Unknown' },
475- '0' : { index: 8 , color: colors.danger, text: 'Stopped' },
476- '1' : { index: 9 , color: colors.ok, text: 'Available' },
477- '2' : { index: 10 , color: colors.notice, text: 'Backing-up' },
478- '3' : { index: 11 , color: colors.ok, text: 'Starting' },
479- '4' : { index: 12 , color: colors.info, text: 'Modifying' },
473+ '-10' : { index: 0 , color: colors.danger, text: 'Restore error' },
474+ '-9' : { index: 1 , color: colors.warning, text: 'Maintenance' },
475+ '-8' : { index: 2 , color: colors.info, text: 'Upgrading' },
476+ '-7' : { index: 3 , color: colors.danger, text: 'Storage-full' },
477+ '-6' : { index: 4 , color: colors.danger, text: 'Failed' },
478+ '-5' : { index: 5 , color: colors.warning, text: 'Rebooting' },
479+ '-4' : { index: 6 , color: colors.danger, text: 'Deleting' },
480+ '-3' : { index: 7 , color: colors.notice, text: 'Creating' },
481+ '-2' : { index: 8 , color: colors.notice, text: 'Stopping' },
482+ '-1' : { index: 9 , color: 'purple' , text: 'Unknown' },
483+ '0' : { index: 10 , color: colors.danger, text: 'Stopped' },
484+ '1' : { index: 11 , color: colors.ok, text: 'Available' },
485+ '2' : { index: 12 , color: colors.notice, text: 'Backing-up' },
486+ '3' : { index: 13 , color: colors.ok, text: 'Starting' },
487+ '4' : { index: 14 , color: colors.info, text: 'Modifying' },
488+ '5' : { index: 15 , color: colors.info, text: 'Configuring enhanced monitoring' },
489+ '10' : { index: 16 , colors: colors.info, text: 'Storage initialization' },
490+ '11' : { index: 17 , colors: colors.notice, text: 'Storage optimization' },
491+ '20' : { index: 18 , colors: colors.notice, text: 'Renaming' },
480492 }),
481493 ])
482494 + standardOptions.withMin(null )
0 commit comments