mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 08:22:15 +00:00
@@ -25,7 +25,7 @@ function refreshUpdateHref(obj) {
|
|||||||
// console.log('Trying to disable');
|
// console.log('Trying to disable');
|
||||||
targetObject.attr('disabled', true);
|
targetObject.attr('disabled', true);
|
||||||
} else {
|
} else {
|
||||||
// targetObject.attr('href', update_url);
|
targetObject.attr('href', update_url);
|
||||||
targetObject.attr('disabled', false);
|
targetObject.attr('disabled', false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -424,6 +424,13 @@
|
|||||||
{% include "RIGS/item_table.html" %}
|
{% include "RIGS/item_table.html" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-12 text-right">
|
||||||
|
<div class="btn-group btn-page">
|
||||||
|
<button type="submit" class="btn btn-default" title="Save"><span
|
||||||
|
class="glyphicon glyphicon-floppy-disk"></span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user