mirror of https://github.com/BOINC/boinc.git
Added task-name class to Task ID column of workunit and user tasks to apply CSS so that long names will be broken
(DBOINCP-29)
This commit is contained in:
parent
b19936cf80
commit
21526a8767
|
@ -19,6 +19,6 @@
|
|||
* the view is modified.
|
||||
*/
|
||||
?>
|
||||
<span>
|
||||
<span class="task-name">
|
||||
<?php print l($row->result_name, "task/{$row->id}"); ?>
|
||||
</span>
|
|
@ -19,6 +19,6 @@
|
|||
* the view is modified.
|
||||
*/
|
||||
?>
|
||||
<span>
|
||||
<span class="task-name">
|
||||
<?php print l($row->result_name, "task/{$row->id}"); ?>
|
||||
</span>
|
Loading…
Reference in New Issue