Feature #26: User Flags
Flags can be associated with Users. Includes minor updates to Job Queues and improved visibility of user information.
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$('#Job_Show_Status').appendTo('#layout_PageHeading')
|
||||
$('#Job_Show_QueueStatus').appendTo('#layout_PageHeading')
|
||||
$('#Job_Show_Status').appendTo('#layout_PageHeading');
|
||||
$('#Job_Show_QueueStatus').appendTo('#layout_PageHeading');
|
||||
});
|
||||
</script>
|
||||
@Html.Partial(MVC.Job.Views.JobParts._Subject, Model)
|
||||
|
||||
Reference in New Issue
Block a user