2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

Merge pull request #5088 from xuweibj/rspconfig_psr_dis

fix typo error of rspconfig powersupplyredundancy
This commit is contained in:
zet809
2018-04-11 16:58:42 +08:00
committed by GitHub

View File

@ -198,7 +198,7 @@ RSPCONFIG_APIS = {
'get_data': [],
'display_name': "BMC PowerSupplyRedundancy",
'attr_values': {
'disabled': ["Disables"],
'disabled': ["Disabled"],
'enabled': ["Enabled"],
},
},