Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
014f47dd
Commit
014f47dd
authored
4 months ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
add bulkTimeThrshold
parent
96058ce0
Branches
240-visual-indicator-to-track-bulk-deployment-progress
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/appmarket/admin/configuration/details/configurationdetails.component.html
+11
-0
11 additions, 0 deletions
...configuration/details/configurationdetails.component.html
src/app/model/configuration.ts
+1
-0
1 addition, 0 deletions
src/app/model/configuration.ts
with
12 additions
and
0 deletions
src/app/appmarket/admin/configuration/details/configurationdetails.component.html
+
11
−
0
View file @
014f47dd
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/app/model/configuration.ts
+
1
−
0
View file @
014f47dd
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment