mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
System: High Availability: Status - update tooltips (restart -> sync and restart), for https://github.com/opnsense/core/issues/8301
This commit is contained in:
parent
74db3260b7
commit
769fa742f7
@ -87,7 +87,7 @@
|
||||
$(this).tooltip({title: "{{ lang._('Start') | safe}}"});
|
||||
break;
|
||||
case 'restart':
|
||||
$(this).tooltip({title: "{{ lang._('Restart') | safe}}"});
|
||||
$(this).tooltip({title: "{{ lang._('Synchronize and Restart') | safe}}"});
|
||||
break;
|
||||
case 'stop':
|
||||
$(this).tooltip({title: "{{ lang._('Stop') | safe}}"});
|
||||
@ -181,7 +181,7 @@
|
||||
<tr>
|
||||
<td><span style="padding-left: 30px;"> {{ lang._('Synchronize and reconfigure all') }} </span></td>
|
||||
<td>
|
||||
<span id="act_restart_all" class="btn btn-xs btn-default" data-toggle="tooltip" title="{{ lang._('Restart all services') }}">
|
||||
<span id="act_restart_all" class="btn btn-xs btn-default" data-toggle="tooltip" title="{{ lang._('Synchronize and restart all services') }}">
|
||||
<i class="fa fa-repeat fa-fw"></i>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user