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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIJI
hpc-workflow-manager
Commits
f886b57f
Commit
f886b57f
authored
Feb 22, 2018
by
Jan Kožusznik
Browse files
Options
Downloads
Patches
Plain Diff
remove unused constants for colors
parent
9354b1c4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!14
Iss1026
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
+1
-7
1 addition, 7 deletions
...spim_benchmark/ui/SPIMPipelineProgressViewController.java
with
1 addition
and
7 deletions
haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
+
1
−
7
View file @
f886b57f
...
@@ -33,12 +33,6 @@ public class SPIMPipelineProgressViewController extends BorderPane implements Cl
...
@@ -33,12 +33,6 @@ public class SPIMPipelineProgressViewController extends BorderPane implements Cl
private
static
final
int
PREFERRED_WIDTH
=
900
;
private
static
final
int
PREFERRED_WIDTH
=
900
;
protected
static
final
String
RUNNING_STATE_COMPUTATION
=
Color
.
YELLOW
.
toString
();
protected
static
final
String
FINISHED_STATE_COMPUTATION
=
null
;
protected
static
final
String
UNKNOWN_STATE_COMPUTATION
=
Color
.
GRAY
.
toString
();
private
static
final
Map
<
JobState
,
Color
>
taskExecutionState2Color
=
new
HashMap
<>();
private
static
final
Map
<
JobState
,
Color
>
taskExecutionState2Color
=
new
HashMap
<>();
static
{
static
{
taskExecutionState2Color
.
put
(
JobState
.
Running
,
Color
.
YELLOW
);
taskExecutionState2Color
.
put
(
JobState
.
Running
,
Color
.
YELLOW
);
...
...
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