Compare commits
2 Commits
ee0d216045
...
d3913d786c
Author | SHA1 | Date | |
---|---|---|---|
d3913d786c | |||
0e9d8f2a9f |
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.1"
|
||||
current_version = "1.3.2"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
@ -48,7 +48,7 @@
|
||||
<td>{{ account.expiaryDate_rendered }}</td>
|
||||
<td>{{ account.password }}</td>
|
||||
<td>
|
||||
<button class="btn btn-info btn-validate" data-username="{{ account.username }}" data-password="{{ account.password }}" data-stream="{{ account.stream }}" style="margin-right: 5px;">
|
||||
<button type="button" class="btn btn-info btn-validate" data-username="{{ account.username }}" data-password="{{ account.password }}" data-stream="{{ account.stream }}" style="margin-right: 5px;">
|
||||
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true" style="display: none;"></span>
|
||||
<span class="button-text">Validate</span>
|
||||
</button>
|
||||
@ -94,7 +94,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
$('.btn-validate').on('click', function() {
|
||||
$('#accountsTable tbody').on('click', '.btn-validate', function() {
|
||||
var button = $(this);
|
||||
var spinner = button.find('.spinner-border');
|
||||
var buttonText = button.find('.button-text');
|
||||
|
Loading…
x
Reference in New Issue
Block a user