Add some helptext for various tempmon fields
This commit is contained in:
parent
f17d7355e0
commit
e05a58bdee
3 changed files with 17 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$('#restart-client').click(function() {
|
||||
$(this).button('disable').button('option', 'label', "Restarting, please wait...");
|
||||
disable_button(this);
|
||||
location.href = '${url('tempmon.clients.restart', uuid=instance.uuid)}';
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue