Skip to content

Commit

Permalink
Merge 497c3c4 into bb5f78c
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchardn committed Jul 8, 2022
2 parents bb5f78c + 497c3c4 commit af569f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/manager/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ def dlgNM(parser, args):
parser.add_option(
"--dlm-cleanup-period",
type="float",
help="Time in seconds between background DLM drop automatic cleanups (defaults to 100)",
default=100
help="Time in seconds between background DLM drop automatic cleanups (defaults to 30)",
default=30
)
parser.add_option(
"--dlm-enable-replication",
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/manager/web/static/css/progressBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.node.expired :first-child, rect.expired {
fill: #700000;
fill: #888888;
}

.node.cancelled :first-child, rect.cancelled {
Expand All @@ -31,7 +31,7 @@
}

.node.deleted :first-child, rect.deleted {
color: #700000;
color: #cccccc;
}

/* AppDROP states */
Expand Down

0 comments on commit af569f3

Please sign in to comment.