fix: improve critical alerts filters

This commit is contained in:
Ruben Fiszel
2024-12-05 13:00:17 +01:00
parent a7bdeb5fca
commit 548cfcfbde
3 changed files with 5 additions and 4 deletions
@@ -20,9 +20,9 @@
export let open: boolean = false
export let numUnacknowledgedCriticalAlerts: number = 0
export let muteSettings;
export let muteSettings
let workspaceContext = false
let childRef;
let childRef
$: {
setupApiFunctions(workspaceContext)
@@ -275,6 +275,7 @@
</svelte:fragment>
<CriticalAlertModalInner
bind:workspaceContext
{numUnacknowledgedCriticalAlerts}
{updateHasUnacknowledgedCriticalAlerts}
{getCriticalAlerts}
@@ -37,7 +37,7 @@
let hasMore = true
let hideAcknowledged = false
let workspaceContext = false
export let workspaceContext = false
async function acknowledgeAll() {
await acknowledgeAllCriticalAlerts()
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.434.2'
ModuleVersion = '1.435.0'
# Supported PSEditions
# CompatiblePSEditions = @()