diff --git a/js/ui.js b/js/ui.js index 2c41a57..f0ffa1f 100644 --- a/js/ui.js +++ b/js/ui.js @@ -539,6 +539,7 @@ function _renderJobConfigFields(key, cfg) { `; if (key === 'patchmon_sync' || key === 'semaphore_sync') { const label = key === 'semaphore_sync' ? 'API Token (Bearer)' : 'API Token (Basic)'; + const tokenPlaceholder = key === 'patchmon_sync' ? 'token_key:token_secret' : ''; return `