Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
ICNML
web app
Commits
9436d826
Commit
9436d826
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Split on two rows the segment image and annotations on the cnm segment page
parent
99b20bd5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/afis/templates/afis/admin/segment.html
+5
-2
5 additions, 2 deletions
views/afis/templates/afis/admin/segment.html
with
5 additions
and
2 deletions
views/afis/templates/afis/admin/segment.html
+
5
−
2
View file @
9436d826
...
@@ -13,11 +13,12 @@
...
@@ -13,11 +13,12 @@
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ url_for( 'files.send_app_files', subpath = 'dropzone.css' ) }}"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ url_for( 'files.send_app_files', subpath = 'dropzone.css' ) }}"
>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
#
icnml_
segments_list
{
.
icnml_
list_of_boxes
{
display
:
grid
;
display
:
grid
;
grid-gap
:
10px
;
grid-gap
:
10px
;
grid-template-columns
:
repeat
(
auto-fit
,
minmax
(
200px
,
max-content
)
);
grid-template-columns
:
repeat
(
auto-fit
,
minmax
(
200px
,
max-content
)
);
grid-auto-rows
:
min-content
;
grid-auto-rows
:
min-content
;
margin-bottom
:
10px
;
}
}
.icnml_cnm_segments
{
.icnml_cnm_segments
{
height
:
200px
;
height
:
200px
;
...
@@ -44,7 +45,7 @@
...
@@ -44,7 +45,7 @@
{% include navigation %}
{% include navigation %}
<div
class=
"icnml_content"
>
<div
class=
"icnml_content"
>
<div
id
=
"icnml_
segments_list
"
>
<div
class
=
"icnml_
list_of_boxes
"
>
<div>
<div>
<div
class=
"ui-widget-header ui-corner-top icnml_box_top"
>
Segment preview
</div>
<div
class=
"ui-widget-header ui-corner-top icnml_box_top"
>
Segment preview
</div>
<div
class=
"ui-widget-content ui-corner-bottom icnml_box_content"
>
<div
class=
"ui-widget-content ui-corner-bottom icnml_box_content"
>
...
@@ -55,6 +56,8 @@
...
@@ -55,6 +56,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"icnml_list_of_boxes"
>
{% for a in annotations %}
{% for a in annotations %}
<div>
<div>
<div
class=
"ui-widget-header ui-corner-top icnml_box_top"
>
{{ a[ 'id' ] }}
</div>
<div
class=
"ui-widget-header ui-corner-top icnml_box_top"
>
{{ a[ 'id' ] }}
</div>
...
...
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