v0.1.4-p4
parent
1d20c8edb4
commit
c8d11ff654
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue