Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
webui
Commits
c440f9d0
Commit
c440f9d0
authored
4 years ago
by
Damian Szidiropulosz
Committed by
User Bugclerk
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Check system_serial_ha to detect HA feature
(cherry picked from commit
2254acd3
)
parent
2b56ad06
truenas/13.3-stable
NAS-112733
NAS-113386
NAS-113491
NAS-114371
NAS-114383-13
NAS-115110-12.0
NAS-115713
NAS-126760
fix-port-13.3
release/12.0-U6.1
release/12.0-u4.1
release/13.0-u5.1-stable
revert-5734-NAS-110523
truenas/12.0-stable
truenas/12.0-u1-stable
truenas/12.0-u2-stable
truenas/13.0-stable
truenas/13.1-stable
TN-13.0-U6.1
TN-13.0-U6
TN-13.0-U5.3
TN-13.0-U5.2
TN-13.0-U5.1
TN-13.0-U5
TN-13.0-U4
TN-13.0-U3.1
TN-13.0-U3
TN-13.0-U2
TN-13.0-U1.1
TN-13.0-U1
TN-13.0-RELEASE
TN-13.0-RC1
TN-13.0-BETA1
TN-12.0-U8.1
TN-12.0-U8
TN-12.0-U7
TN-12.0-U6.1
TN-12.0-U6
TN-12.0-U5.1
TN-12.0-U5
TN-12.0-U4.1
TN-12.0-U4
TN-12.0-U3.1
TN-12.0-U3
TN-12.0-U2.1
TN-12.0-U2
TN-12.0-U1.1
TN-12.0-U1
TN-12.0-RELEASE
TN-12.0-RC1
TN-12.0-BETA2.1
TN-12.0-BETA2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/core/services/system-profile.service.ts
+1
-1
src/app/core/services/system-profile.service.ts
with
1 addition
and
1 deletion
+1
-1
src/app/core/services/system-profile.service.ts
View file @
c440f9d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help