mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
update
This commit is contained in:
parent
6c11237107
commit
dda8c65338
@ -107,7 +107,7 @@
|
||||
<option value="1">Low</option>
|
||||
</select>
|
||||
</div>
|
||||
<label>Locality</label>
|
||||
<label class="hidden">Locality</label>
|
||||
<div class="form-group form-group-lg hidden">
|
||||
<label for="form-job-locality" class="sr-only">Locality</label>
|
||||
<select id="form-job-locality" class="form-control">
|
||||
|
@ -87,8 +87,6 @@ function register_events_job() {
|
||||
$("#modal-msg-content").html(res["msg"]);
|
||||
$("#modal-msg").modal('show');
|
||||
} else {
|
||||
console.log(res);
|
||||
|
||||
$('#form-job-tasks').find('.row').each(function () {
|
||||
var taskRole = parseInt($(this).find('.task-is-ps').eq(0).val());
|
||||
console.log(taskRole);
|
||||
@ -249,6 +247,12 @@ function load_jobs(scope) {
|
||||
align: 'center',
|
||||
valign: 'middle',
|
||||
formatter: timeFormatter
|
||||
}, {
|
||||
field: 'started_at',
|
||||
title: 'Started At',
|
||||
align: 'center',
|
||||
valign: 'middle',
|
||||
formatter: timeFormatter
|
||||
}, {
|
||||
field: 'updated_at',
|
||||
title: 'Updated At',
|
||||
|
Loading…
Reference in New Issue
Block a user