Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Software Public
PASSOFT
SOHViewer
Merge requests
!196
add <pre></pre> to text in tracking box to preseve space and line break
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add <pre></pre> to text in tracking box to preseve space and line break
make_tracking_info_box_preserve_space_line_break
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Lan Dam
requested to merge
make_tracking_info_box_preserve_space_line_break
into
master
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
297c9d06
1 year ago
master (base)
and
latest version
latest version
d637973b
2 commits,
1 year ago
version 1
297c9d06
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
sohstationviewer/controller/util.py
+
1
−
1
Options
@@ -75,7 +75,7 @@ def display_tracking_info(tracking_box: QTextBrowser, text: str,
msg
[
'
bgcolor
'
]
=
'
white
'
html_text
=
"""
<body>
<div style=
'
color:%(color)s
'
>
<strong>%(text)s</strong>
<strong>
<pre>
%(text)s</
pre></
strong>
</div>
</body>
"""
tracking_box
.
setHtml
(
html_text
%
msg
)
Loading