Skip to content

Commit

Permalink
job queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Xu committed Apr 6, 2022
1 parent 89ecca5 commit d8947a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge_ui/cgi-bin/edge_jobspage.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ my $cluster = $sys->{cluster};
#print Dumper ($list);
my $relt;
print $cgi->header('application/json');
my $html = "<h2>Job List</h2>";
my $html = "<h2>Job Queue</h2>";

$html .= "<table id='edge-job-page-table' class='output-table ui-responsive ui-table ui-table-reflow'>";

Expand Down

0 comments on commit d8947a9

Please sign in to comment.