Skip to content
Snippets Groups Projects
Commit 5cb8aceb authored by aydreeihn's avatar aydreeihn
Browse files

make column details field readonly so it cant be edited

parent 24dc24db
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ $hidden_cols = $queue->inheritColumns() || $queue->useStandardColumns(); ...@@ -58,7 +58,7 @@ $hidden_cols = $queue->inheritColumns() || $queue->useStandardColumns();
</div> </div>
<?php } <?php }
else { ?> else { ?>
<input type="text" style="border:none;background:transparent" data-name="name" /> <input readonly type="text" style="border:none;background:transparent" data-name="name" />
<?php } ?> <?php } ?>
</td> </td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment