Skip to content

Commit

Permalink
Show executable IDs as code tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Sep 21, 2023
1 parent 251732b commit faa3656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp/public/style_jury.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,8 @@ table.submissions-table {
.devmode-icon {
color: white;
}

.execid {
font-family: monospace;
}

1 change: 1 addition & 0 deletions webapp/src/Controller/Jury/ExecutableController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function indexAction(Request $request): Response
$execdata[$k] = ['value' => $propertyAccessor->getValue($e, $k)];
}
}
$execdata['execid']['cssclass'] = 'execid';

if ($this->isGranted('ROLE_ADMIN')) {
$execactions[] = [
Expand Down

0 comments on commit faa3656

Please sign in to comment.