diff --git a/src/app/interfaces/api/api-job-directory.interface.ts b/src/app/interfaces/api/api-job-directory.interface.ts index 32a97683772..e3ceca5a649 100644 --- a/src/app/interfaces/api/api-job-directory.interface.ts +++ b/src/app/interfaces/api/api-job-directory.interface.ts @@ -78,6 +78,7 @@ export interface ApiJobDirectory { 'app.update': { params: [string, AppUpdate]; response: App }; 'app.start': { params: AppStartQueryParams; response: void }; 'app.stop': { params: AppStartQueryParams; response: void }; + 'app.redeploy': { params: AppStartQueryParams; response: void }; 'app.delete': { params: AppDeleteParams; response: boolean }; 'app.upgrade': { params: AppUpgradeParams; response: App }; 'app.rollback': { params: AppRollbackParams; response: App }; diff --git a/src/app/pages/apps/components/installed-apps/app-row/app-row.component.html b/src/app/pages/apps/components/installed-apps/app-row/app-row.component.html index e2478dacce0..f9673ec3c4f 100644 --- a/src/app/pages/apps/components/installed-apps/app-row/app-row.component.html +++ b/src/app/pages/apps/components/installed-apps/app-row/app-row.component.html @@ -73,6 +73,17 @@ } @else { + +