Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unione
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
unione
Merge requests
!11
Resolve
#3352294
"Add admin templates page"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3352294
"Add admin templates page"
issue/unione-3352294:3352294-add-admin-templates-page
into
1.0.x
Overview
43
Commits
13
Pipelines
0
Changes
5
Merged
Oleksandr Tymoshchuk
requested to merge
issue/unione-3352294:3352294-add-admin-templates-page
into
1.0.x
2 years ago
Overview
43
Commits
13
Pipelines
0
Changes
5
Expand
Closes
#3352294
0
0
Merge request reports
Compare
1.0.x
version 8
03aff4f3
2 years ago
version 7
bc8a6816
2 years ago
version 6
f6c22c68
2 years ago
version 5
9d55c879
2 years ago
version 4
dfa3b970
2 years ago
version 3
caef94b5
2 years ago
version 2
f481805a
2 years ago
version 1
e85f8d34
2 years ago
1.0.x (base)
and
latest version
latest version
03aff4f3
13 commits,
2 years ago
version 8
03aff4f3
13 commits,
2 years ago
version 7
bc8a6816
13 commits,
2 years ago
version 6
f6c22c68
12 commits,
2 years ago
version 5
9d55c879
11 commits,
2 years ago
version 4
dfa3b970
10 commits,
2 years ago
version 3
caef94b5
9 commits,
2 years ago
version 2
f481805a
8 commits,
2 years ago
version 1
e85f8d34
7 commits,
2 years ago
5 files
+
295
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
css/unione.templates.css
0 → 100644
+
22
−
0
Options
.unione-template-item
table
.nl-container
{
border
:
none
;
outline
:
none
;
}
.unione-template-item
table
.nl-container
tr
td
table
.row
,
.unione-template-item
table
.nl-container
table
.row
table
.row-content
{
margin-top
:
0
;
margin-bottom
:
0
;
}
.unione-template-item
table
.nl-container
tbody
,
.unione-template-item
table
.nl-container
tr
,
.unione-template-item
table
.nl-container
td
{
border
:
none
;
outline
:
none
;
margin
:
0
;
}
.unione-template-item
table
.nl-container
*
{
pointer-events
:
none
;
}
Loading