Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
caosdb-webui
Commits
d32693c5
Commit
d32693c5
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-form-panel-margin' into 'dev'
Add form panel margin See merge request
!51
parents
ed062d62
0e64c587
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!59
REL: release 0.4.1
,
!51
Add form panel margin
Pipeline
#16103
passed
3 years ago
Stage: setup
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/js/form_panel.js
+1
-1
1 addition, 1 deletion
src/core/js/form_panel.js
with
1 addition
and
1 deletion
src/core/js/form_panel.js
+
1
−
1
View file @
d32693c5
...
...
@@ -47,7 +47,7 @@ var form_panel = new function () {
if
(
existing
.
length
>
0
)
{
return
existing
[
0
];
}
const
panel
=
$
(
'
<div id="
'
+
panel_id
+
'
" class="caosdb-f-form-panel bg-light container"/>
'
);
const
panel
=
$
(
'
<div id="
'
+
panel_id
+
'
" class="caosdb-f-form-panel bg-light container
mb-1
"/>
'
);
const
header
=
$
(
'
<h2 class="text-center">
'
+
title
+
'
</h2>
'
);
panel
.
append
(
header
);
...
...
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