Skip to content

Commit

Permalink
Update status.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Sep 8, 2024
1 parent 025251e commit 4cc2707
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions trunk/web/template/syzoj/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@
<table id="result-tab" class="ui very basic center aligned table" style="white-space: nowrap; " id="table">
<thead>
<tr>
<th class='desktop-only item'><?php echo $MSG_RUNID?></th>
<th><?php echo $MSG_USER?></th>
<th>
<?php echo $MSG_NICK?>
</th>
<th class='desktop-only item'><?php echo $MSG_RUNID?></th>
<th><?php echo $MSG_USER?></th>
<th><?php echo $MSG_NICK?></th>
<th><?php echo $MSG_PROBLEM_ID?></th>
<th><?php echo $MSG_RESULT?></th>
<th><?php echo $MSG_MEMORY?></th>
Expand Down

0 comments on commit 4cc2707

Please sign in to comment.