mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Provide user feedback when the Check for updates button is clicked.
This commit is contained in:
parent
a8e591f7f7
commit
011be2f7ec
2 changed files with 4 additions and 2 deletions
|
@ -167,8 +167,8 @@ fieldset[disabled] .btn-dark:active,
|
||||||
.btn-dark.disabled.active,
|
.btn-dark.disabled.active,
|
||||||
.btn-dark[disabled].active,
|
.btn-dark[disabled].active,
|
||||||
fieldset[disabled] .btn-dark.active {
|
fieldset[disabled] .btn-dark.active {
|
||||||
background-color: #5cb85c;
|
background-color: #333;
|
||||||
border-color: #4cae4c;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
.btn-dark .badge {
|
.btn-dark .badge {
|
||||||
color: #e5e5e5;
|
color: #e5e5e5;
|
||||||
|
|
|
@ -834,6 +834,8 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#menu_link_update_check").click(function() {
|
$("#menu_link_update_check").click(function() {
|
||||||
|
$(this).html('<i class="fa fa-spin fa-refresh"></i> Checking</button>');
|
||||||
|
$(this).prop('disabled', true);
|
||||||
window.location.href = "checkGithub";
|
window.location.href = "checkGithub";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue