v0.1.4-p4

main
mula.liu 2026-03-31 14:07:27 +08:00
parent 1d20c8edb4
commit c8d11ff654
1 changed files with 0 additions and 2 deletions

View File

@ -215,8 +215,6 @@ export function BotListPanel({
const controlState = controlStateByBot[bot.id]; const controlState = controlStateByBot[bot.id];
const isOperating = operatingBotId === bot.id; const isOperating = operatingBotId === bot.id;
const isEnabled = bot.enabled !== false; const isEnabled = bot.enabled !== false;
const isStarting = controlState === 'starting';
const isStopping = controlState === 'stopping';
const isEnabling = controlState === 'enabling'; const isEnabling = controlState === 'enabling';
const isDisabling = controlState === 'disabling'; const isDisabling = controlState === 'disabling';
const isRunning = String(bot.docker_status || '').toUpperCase() === 'RUNNING'; const isRunning = String(bot.docker_status || '').toUpperCase() === 'RUNNING';