Skip to content
Snippets Groups Projects
Commit 014f47dd authored by kbeyro's avatar kbeyro
Browse files

add bulkTimeThrshold

parent 96058ce0
No related merge requests found
...@@ -142,6 +142,17 @@ ...@@ -142,6 +142,17 @@
</div> </div>
</div> </div>
<div class="form-group">
<label for="bulkDeploymentTimeThreshold"
class="col-sm-3 control-label">{{'PORTAL_CONFIGURATION.BULK_DEPLOYMENT_TIME-THRESHOLD' | translate}}</label>
<div class="col-sm-9 pd-top-7">
<div class="input-width">
<input class="form-control" type="number" id="bulkDeploymentTimeThreshold" name="bulkDeploymentTimeThreshold"
[(ngModel)]="this.configuration.bulkDeploymentTimeThreshold">
</div>
</div>
</div>
<div class="flex justify-content-end"> <div class="flex justify-content-end">
<button class="btn btn-primary" <button class="btn btn-primary"
type="submit">{{ 'PORTAL_CONFIGURATION.SUBMIT_BUTTON' | translate }}</button> type="submit">{{ 'PORTAL_CONFIGURATION.SUBMIT_BUTTON' | translate }}</button>
......
...@@ -12,4 +12,5 @@ export class Configuration { ...@@ -12,4 +12,5 @@ export class Configuration {
public bulkDeploymentJobCron: string; public bulkDeploymentJobCron: string;
public parallelDeploymentsLimit: number; public parallelDeploymentsLimit: number;
public bulkDeploymentQueueRefresh: number; public bulkDeploymentQueueRefresh: number;
public bulkDeploymentTimeThreshold: number;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment