From 96a1e0b66bdb8b41767464f205a930567f794b0e Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Mon, 22 Jun 2026 19:18:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BrainKP=20atualiz?= =?UTF-8?q?ado=20em=2022/06/2026=2019:18:22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index c9d43e2..2ead970 100644 --- a/static/index.html +++ b/static/index.html @@ -298,7 +298,7 @@ async function loadStatus() { const isAppsRunning = runningScripts.includes('Backup Apps'); const isBdRunning = runningScripts.includes('Backup BD'); const isGitRunning = runningScripts.includes('Backup Git'); - const isReposRunning = runningScripts.includes('Backup repos Git'); + const isReposRunning = runningScripts.includes('Backup Git repos'); const cards = [ {id:'apps', icon:'📦', name:'Apps', count: s.apps.count, meta: s.apps.latest ? `Último: ${formatDateTime(s.apps.latest)}` : 'Nenhum backup', size: formatSize(s.apps.size), running: isAppsRunning},