Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
143409be
Commit
143409be
authored
Aug 20, 2020
by
Alexander Pace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed media card min-width, and centering on superevent log entries
parent
20f45a03
Pipeline
#149412
passed with stages
in 23 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gracedb/events/templatetags/mediaviews.py
gracedb/events/templatetags/mediaviews.py
+1
-1
gracedb/templates/superevents/log_entry_details.html
gracedb/templates/superevents/log_entry_details.html
+1
-1
No files found.
gracedb/events/templatetags/mediaviews.py
View file @
143409be
...
...
@@ -83,7 +83,7 @@ img_style_template = """max-height= 250px;
"""
image_card_div
=
"""
<div class="card my-3 log-comment-card">
<div class="card my-3 log-comment-card"
style="min-width:250px;"
>
<div class="card-header log-comment-card-header text-left">
<h7>Log Image</h7>
</div>
...
...
gracedb/templates/superevents/log_entry_details.html
View file @
143409be
...
...
@@ -21,7 +21,7 @@
<p><center>
Use buttons to expand/collapse log sections.
</p>
<p>
<center>
<p>
{{ log_list|logboxes }}
</center></p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment