Add QA option for release channel
parent
b8349affe1
commit
8fb2417cf7
|
@ -13,7 +13,7 @@ export class SoftwareReleaseCardComponent implements OnInit {
|
|||
|
||||
constructor() {
|
||||
this.releaseChannelConfig = {
|
||||
options: ['Stable', 'Latest'],
|
||||
options: ['Stable', 'Latest', 'QA'],
|
||||
buttonWidth: '130px'
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue