mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-13 16:05:00 +00:00
fix: improve critical alerts filters
This commit is contained in:
@@ -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 = @()
|
||||
|
||||
Reference in New Issue
Block a user