ISSUE TYPE
COMPONENT NAME
UI Theme
CLOUDSTACK VERSION
4.17.0.0 and 4.17 branch
CONFIGURATION
UI
OS / ENVIRONMENT
CentOS 8
SUMMARY
UI choose Theme , text color not bind correctly to navTextColorPick.
click "reset to default" button, will display last choosed color.
SOLUTION
vi ui/src/components/view/Setting.vue
:73
change navBgColorPick to navTextColorPick
:257
add
this.uiSettings = {}
