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
fc05eefd
Commit
fc05eefd
authored
3 years ago
by
Michael Hartung
Browse files
Options
Downloads
Patches
Plain Diff
screenshot button size in analysis
parent
137af606
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/analysis-panel/analysis-panel.component.html
+6
-6
6 additions, 6 deletions
...p/components/analysis-panel/analysis-panel.component.html
src/app/config.ts
+1
-1
1 addition, 1 deletion
src/app/config.ts
with
7 additions
and
7 deletions
src/app/components/analysis-panel/analysis-panel.component.html
+
6
−
6
View file @
fc05eefd
...
...
@@ -149,8 +149,8 @@
<div
class=
"network-footer-toolbar-inner-container"
>
<
ng-container
*ngIf=
"myConfig.showFooterButtonScreenshot"
>
<button
class=
"button is-primary is-rounded has-tooltip
network-footer-toolbar-element footer-buttons
"
<
div
*ngIf=
"myConfig.showFooterButtonScreenshot"
class=
"network-footer-toolbar-element footer-buttons"
>
<button
class=
"button is-primary is-rounded has-tooltip"
pTooltip=
"Take a screenshot of the current network."
[tooltipStyleClass]=
"'drgstn drgstn-tooltip'"
tooltipPosition=
"top"
...
...
@@ -163,7 +163,7 @@
Screenshot
</span>
</button>
</
ng-container
>
</
div
>
<ng-container
*ngIf=
"myConfig.showFooterButtonExportGraphml"
>
<app-download-button
[nodeData]=
nodeData
[smallStyle]=
"smallStyle"
[buttonId]=
"'analysis-download'"
></app-download-button>
...
...
@@ -265,10 +265,10 @@
</div>
<div
class=
"content tab-content scrollable table-tab"
*ngIf=
"task && task.info.done"
[class.is-visible]=
"tab === 'table'"
>
<div
class=
"field has-addons"
*ngIf=
"tableHasScores && task.info.algorithm !== 'proximity'"
>
<div
class=
"field has-addons
is-pulled-right m-1
"
*ngIf=
"tableHasScores && task.info.algorithm !== 'proximity'"
>
<p
class=
"control"
>
<button
class=
"button is-rounded has-tooltip"
pTooltip=
"Normalize the scores"
[tooltipStyleClass]=
"'drgstn drgstn-tooltip'"
tooltipPosition=
"top"
[class.is-primary]=
"tableNormalize"
(click)=
"toggleNormalization(true)"
>
[class.is-primary]=
"tableNormalize"
(click)=
"toggleNormalization(true)"
[ngClass]=
"{ 'button-small': smallStyle }"
>
<span
class=
"icon is-small"
>
<i
class=
"fa fa-ruler-vertical"
></i>
</span>
...
...
@@ -278,7 +278,7 @@
<p
class=
"control"
>
<button
class=
"button is-rounded has-tooltip"
pTooltip=
"Disable normalization of the scores."
[tooltipStyleClass]=
"'drgstn drgstn-tooltip'"
tooltipPosition=
"top"
[class.is-primary]=
"!tableNormalize"
(click)=
"toggleNormalization(false)"
>
[class.is-primary]=
"!tableNormalize"
(click)=
"toggleNormalization(false)"
[ngClass]=
"{ 'button-small': smallStyle }"
>
<span>
Off
</span>
</button>
</p>
...
...
This diff is collapsed.
Click to expand it.
src/app/config.ts
+
1
−
1
View file @
fc05eefd
...
...
@@ -95,7 +95,7 @@ export const defaultConfig: IConfig = {
nodeShadow
:
true
,
edgeShadow
:
true
,
autofillEdges
:
true
,
sidebarPos
:
'
righ
t
'
,
sidebarPos
:
'
lef
t
'
,
nodeGroups
:
{
// all NodeGroups but the default group must be set, if not provided by the user, they will be taken from here
// IMPORTANT: node color must be hexacode!
...
...
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