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
!190
Resolve "Improve new layout"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Improve new layout"
272-improve-new-layout
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
9
Merged
Resolve "Improve new layout"
Lukasz Lopatowski
requested to merge
272-improve-new-layout
into
develop
5 months ago
Overview
0
Commits
3
Pipelines
1
Changes
9
Related to
#272 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
3494be5e
3 commits,
5 months ago
9 files
+
130
−
38
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
src/app/appmarket/admin/webhook/webhook-list/webhook-list.component.html
+
9
−
4
View file @ 3494be5e
Edit in single-file editor
Open in Web IDE
Show full file
<h4
class=
"header"
>
{{ 'WEBHOOKS.TITLE' | translate }}
</h4>
<div
style=
"display: flex; align-items: center; margin-top:20px"
>
<div
style=
"display: flex; align-items: center; margin-top:20px"
>
<div
style=
"
margin-right:20px
"
>
<div
style=
"
display:flex; align-items: center;
"
>
<div
>
<div
style=
"margin-right:20px"
>
<button
class=
"btn btn-primary"
(click)=
"openModal()"
>
{{'WEBHOOKS.NEW' | translate}}
</button>
<button
class=
"btn btn-primary"
(click)=
"openModal()"
>
{{'WEBHOOKS.NEW' | translate}}
</button>
</div>
</div>
<span
class=
"p-input-icon-right"
>
<i
class=
"pi pi-search"
style=
"font-size: 13px; top: 16px; margin-right: 5px;"
></i>
<input
pInputText
class=
"form-control"
name=
"search"
id=
"search"
placeholder=
"Search"
type=
"text"
[(ngModel)]=
"searchValue"
(ngModelChange)=
"filterWebhooks()"
>
</span>
</div>
</div>
<div
class=
"flex"
style=
"margin-right:20px"
>
<div
class=
"flex"
style=
"margin-right:20px"
>
</div>
</div>
</div>
</div>
<h4
class=
"header"
>
{{ 'WEBHOOKS.TITLE' | translate }}
</h4>
<div
class=
"background-section"
>
<div
class=
"background-section"
>
<p-table
<p-table
[value]=
"
w
eb
k
ooks"
[value]=
"
filteredW
eb
h
ooks"
[paginator]=
"true"
[paginator]=
"true"
[rows]=
"maxItemsOnPage"
[rows]=
"maxItemsOnPage"
[rowsPerPageOptions]=
"[15, 20, 25, 30, 50]"
[rowsPerPageOptions]=
"[15, 20, 25, 30, 50]"
Loading