Add some helptext for various tempmon fields

This commit is contained in:
Lance Edgar 2018-10-06 17:41:33 -05:00
parent f17d7355e0
commit e05a58bdee
3 changed files with 17 additions and 3 deletions

View file

@ -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)}';
});
});