core: FIPS (#9683)
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
@ -34,10 +34,12 @@ export class OutpostHealthElement extends AKElement {
|
||||
}
|
||||
let versionString = this.outpostHealth.version;
|
||||
if (this.outpostHealth.buildHash) {
|
||||
versionString = `${versionString} (build ${this.outpostHealth.buildHash.substring(
|
||||
0,
|
||||
8,
|
||||
)})`;
|
||||
versionString = msg(
|
||||
str`${versionString} (build ${this.outpostHealth.buildHash.substring(0, 8)})`,
|
||||
);
|
||||
}
|
||||
if (this.outpostHealth.fipsEnabled) {
|
||||
versionString = msg(str`${versionString} (FIPS)`);
|
||||
}
|
||||
return html`<dl class="pf-c-description-list pf-m-compact">
|
||||
<div class="pf-c-description-list__group">
|
||||
|
||||
Reference in New Issue
Block a user