feat: add new query param silent

This commit is contained in:
2025-06-22 21:24:08 -07:00
parent f32504e76b
commit 60fd32e4d5
2 changed files with 53 additions and 11 deletions

View File

@@ -345,7 +345,8 @@
url: 'api/health',
type: 'GET',
data: {
query: 'healthcheck'
query: 'healthcheck',
silent: false
},
beforeSend: function( data )
{
@@ -403,7 +404,8 @@
url: 'api/health',
type: 'GET',
data: {
query: 'uptime'
query: 'uptime',
silent: true
},
success: function( data )
{
@@ -449,7 +451,8 @@
url: 'api/restart',
type: 'GET',
data: {
query: 'sync'
query: 'sync',
silent: false
},
beforeSend: function( data )
{