Skip to content
Snippets Groups Projects
Commit 2a39a705 authored by Moe Jette's avatar Moe Jette
Browse files

give pending job a time limit format the same as running jobs (two digit hour value)

parent 8f4578af
No related branches found
No related tags found
No related merge requests found
......@@ -1048,7 +1048,7 @@ static void _layout_job_record(GtkTreeView *treeview,
if(!treestore)
return;
if(!job_ptr->nodes || !strcasecmp(job_ptr->nodes,"waiting...")) {
sprintf(tmp_char,"0:00:00");
sprintf(tmp_char,"00:00:00");
nodes = "waiting...";
} else {
if (job_ptr->job_state == JOB_SUSPENDED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment