Skip to content
Snippets Groups Projects

Add ability to clean up stale environments

Merged Allen Cook requested to merge 19724-ui-stop-stale-environments into master
1 unresolved thread
7 files
+ 48
37
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -113,7 +113,7 @@ export default {
return this.environmentApp?.reviewApp?.canSetupReviewApp;
},
canCleanUpEnvs() {
return gon.features.stopStaleEnvironments && this.environmentApp?.canStopStaleEnvironments;
return this.environmentApp?.canStopStaleEnvironments;
},
folders() {
return this.environmentApp?.environments?.filter((e) => e.size > 1) ?? [];
Loading