Commit c440f9d0 authored by Damian Szidiropulosz's avatar Damian Szidiropulosz Committed by User Bugclerk
Browse files

Check system_serial_ha to detect HA feature

(cherry picked from commit 2254acd3)
Showing with 1 addition and 1 deletion
+1 -1
......@@ -159,7 +159,7 @@ export class SystemProfileService extends BaseService {
}
// HIGH AVAILABILITY SUPPORT
if(profile.system_product.includes('-HA') || profile.system_product == "BHYVE"){
if(profile.license.system_serial_ha || profile.system_product == "BHYVE"){
this.features.HA = true;
// HA Status Change Call
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment