Update Minor Job UI tweaks

Job Queue 'Tasks' wording; Job ui-tabs item counting
This commit is contained in:
Gary Sharp
2014-02-10 17:16:31 +11:00
parent 2e7b66ee5b
commit 3ae657f2ba
10 changed files with 380 additions and 309 deletions
+3 -2
View File
@@ -580,7 +580,7 @@
@Html.DropDownList("SLAExpiresMinutes", slaOptions)
</div>
<div>
<h4>Comment</h4>
<h4>Tasks/Comment</h4>
@Html.TextArea("Comment")
</div>
</div>
@@ -604,10 +604,11 @@
$('#Job_Show_Job_Actions_AddQueue_Dialog_Id').val(queue.attr('data-queueid'));
var queueSLA = queue.attr('data-queuesla');
if (!queueSLA)
queueSLA = 0;
details.find('#Priority').val('Normal');
details.find('#SLAExpiresMinutes').val(queueSLA);
details.find('#Comment').val('');
details.show();
}