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
!30
fix tags size
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
fix tags size
fix-tag-size
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
fix tags size
Karol Beyrowski
requested to merge
fix-tag-size
into
develop
Sep 5, 2024
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ebbde3fe
1 commit,
Sep 5, 2024
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/app/shared/applications/applications.component.html
+
2
−
2
View file @ ebbde3fe
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,7 +5,7 @@
(changed)=
"filterAppsByName($event)"
></nmaas-inline-search>
</div>
<div
class=
"col-xs-12 col-sm-
3
col-md-
3
col-lg-
3
"
>
<div
class=
"col-xs-12 col-sm-
4
col-md-
4
col-lg-
4
"
>
<nmaas-tag-filter
(changed)=
"filterAppsByTag($event)"
></nmaas-tag-filter>
</div>
<div
class=
"col-xs-12 col-sm-3 col-md-3 col-lg-3 form-inline"
>
@@ -16,7 +16,7 @@
</select>
</div>
</div>
<div
class=
"col-xs-12 col-sm-
3
col-md-
3
col-lg-
3
"
>
<div
class=
"col-xs-12 col-sm-
2
col-md-
2
col-lg-
2
"
>
<div
class=
"btn-toolbar"
role=
"toolbar"
>
<div
class=
"btn-group pull-right"
>
<button
href=
"#tab-grid"
class=
"btn btn-default"
data-toggle=
"tab"
[class.active]=
"selectedListType === ListType.GRID"
(click)=
"selectedListType = ListType.GRID"
>
Loading