Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cosy-Bio
Drugst.One
plugin
Commits
1fe3fc46
Commit
1fe3fc46
authored
2 years ago
by
Hartung, Michael
Browse files
Options
Downloads
Patches
Plain Diff
move close analysis icon in analysis tab to very right
parent
85468a0a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/analysis-panel/analysis-panel.component.html
+17
-15
17 additions, 15 deletions
...p/components/analysis-panel/analysis-panel.component.html
with
17 additions
and
15 deletions
src/app/components/analysis-panel/analysis-panel.component.html
+
17
−
15
View file @
1fe3fc46
<div
*ngIf=
"token"
>
<div
class=
"card analysis"
[ngClass]=
"{
'
fullscreen
'
: fullscreen}"
>
<div
class=
"card analysis"
[ngClass]=
"{
fullscreen: fullscreen
}"
>
<header
class=
"card-header"
>
<p
class=
"card-header-title"
>
<span
class=
"icon"
>
...
...
@@ -21,19 +21,6 @@
</span>
</a>
<a
(click)=
"close()"
class=
"card-header-icon"
aria-label=
"close"
pTooltip=
"Close analysis"
[tooltipStyleClass]=
"'drgstn drgstn-tooltip drgstn-tooltip-left'"
tooltipPosition=
"left"
>
<span
class=
"icon"
title=
"Close analysis"
>
<i
class=
"fas fa-times color-danger"
aria-hidden=
"true"
></i>
</span>
</a>
<a
pTooltip=
"Open in fullscreen"
[tooltipStyleClass]=
"'drgstn drgstn-tooltip drgstn-tooltip-left'"
...
...
@@ -47,7 +34,9 @@
</span>
</a>
<a
title=
"close fullscreen"
pTooltip=
"Close fullscreen"
[tooltipStyleClass]=
"'drgstn drgstn-tooltip drgstn-tooltip-left'"
tooltipPosition=
"left"
*ngIf=
"fullscreen"
(click)=
"toggleFullscreen()"
class=
"card-header-icon"
...
...
@@ -56,6 +45,19 @@
<i
class=
"fas fa-compress"
></i>
</span>
</a>
<a
(click)=
"close()"
class=
"card-header-icon"
aria-label=
"close"
pTooltip=
"Close analysis"
[tooltipStyleClass]=
"'drgstn drgstn-tooltip drgstn-tooltip-left'"
tooltipPosition=
"left"
>
<span
class=
"icon"
title=
"Close analysis"
>
<i
class=
"fas fa-times color-danger"
aria-hidden=
"true"
></i>
</span>
</a>
</header>
<div
class=
"card-content tab-header-small"
...
...
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