diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index 5e8c2708920f..12b5aa1557c6 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -365,7 +365,7 @@ const buttons = [ }, disabled: (row: any) => { return ( - row.status !== 'Running' || + (row.status !== 'Running' && row.status !== 'ReStarting') || row.status === 'DownloadErr' || row.status === 'Upgrading' || row.status === 'Rebuilding' ||