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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Merge requests
!26
Resolve "Design new layout for buttons and apply wherever required to be consistent"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Design new layout for buttons and apply wherever required to be consistent"
219-design-new-layout-for-buttons-and-apply-wherever-required-to-be-consistent
into
develop
Overview
0
Commits
5
Pipelines
4
Changes
43
Merged
Resolve "Design new layout for buttons and apply wherever required to be consistent"
Joanna Kaźmierczak
requested to merge
219-design-new-layout-for-buttons-and-apply-wherever-required-to-be-consistent
into
develop
Aug 20, 2024
Overview
0
Commits
5
Pipelines
4
Changes
43
Related to
#219 (closed)
0
0
Merge request reports
Compare
develop
version 2
9ab9f76a
Aug 26, 2024
version 1
90be45b0
Aug 26, 2024
develop (base)
and
latest version
latest version
d03667b9
5 commits,
Aug 27, 2024
version 2
9ab9f76a
3 commits,
Aug 26, 2024
version 1
90be45b0
2 commits,
Aug 26, 2024
43 files
+
163
−
126
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
43
src/app/appmarket/admin/configuration/details/configurationdetails.component.html
+
6
−
4
View file @ d03667b9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -68,12 +68,12 @@
@@ -68,12 +68,12 @@
[(ngModel)]=
"configuration.appInstanceFailureEmailList[i]"
/>
[(ngModel)]=
"configuration.appInstanceFailureEmailList[i]"
/>
</div>
</div>
<button
role=
"button"
type=
"button"
class=
"btn btn-d
efault
"
(click)=
"removeEmailEntry(email)"
>
<button
role=
"button"
type=
"button"
class=
"btn btn-d
anger
"
(click)=
"removeEmailEntry(email)"
>
Remove
Remove
</button>
</button>
</div>
</div>
<div
class=
"pd-left-15"
>
<div
class=
"pd-left-15"
>
<button
role=
"button"
type=
"button"
class=
"btn btn-s
uccess
"
(click)=
"addEmailEntry()"
>
Add
<button
role=
"button"
type=
"button"
class=
"btn btn-s
econdary
"
(click)=
"addEmailEntry()"
>
Add
</button>
</button>
</div>
</div>
</div>
</div>
@@ -107,9 +107,11 @@
@@ -107,9 +107,11 @@
[checked]=
"this.configuration.bulkDomainsSendEmailForNewAccounts === true"
>
[checked]=
"this.configuration.bulkDomainsSendEmailForNewAccounts === true"
>
</div>
</div>
</div>
</div>
<div
class=
"flex justify-content-end"
>
<button
class=
"btn btn-primary"
type=
"submit"
>
{{ 'PORTAL_CONFIGURATION.SUBMIT_BUTTON' | translate }}
</button>
</div>
<button
class=
"btn btn-primary"
type=
"submit"
>
{{ 'PORTAL_CONFIGURATION.SUBMIT_BUTTON' | translate }}
</button>
<div
class=
"alert alert-danger"
style=
"margin-top: 5px"
*ngIf=
"errorMsg"
>
<div
class=
"alert alert-danger"
style=
"margin-top: 5px"
*ngIf=
"errorMsg"
>
{{errorMsg}}
{{errorMsg}}
</div>
</div>
Loading