Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpc-workflow-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
FIJI
hpc-workflow-manager
Merge requests
!12
Dialog for complet job info
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dialog for complet job info
DialogForCompletJOBInfo
into
master
Overview
28
Commits
13
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Jan Kožusznik
requested to merge
DialogForCompletJOBInfo
into
master
7 years ago
Overview
28
Commits
13
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
cce7fe0c
Prev
Next
Show latest version
2 files
+
1
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
cce7fe0c
disable editable, remove main method (was only for testing purpose)
· cce7fe0c
Jan Kožusznik
authored
7 years ago
haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/LogView.fxml
+
1
−
1
Options
@@ -9,7 +9,7 @@
<center>
<HBox
BorderPane.alignment=
"CENTER"
>
<children>
<TextArea
fx:id=
"ta"
HBox.hgrow=
"ALWAYS"
/>
<TextArea
fx:id=
"ta"
editable=
"false"
HBox.hgrow=
"ALWAYS"
/>
</children>
<padding>
<Insets
bottom=
"1.0"
left=
"1.0"
right=
"1.0"
top=
"1.0"
/>
Loading