fabianfrz todo. gettext and ident

This commit is contained in:
peppelinux 2017-09-24 23:26:07 +02:00
parent f2a6d5f0b5
commit 5d87e4e926

View File

@ -78,7 +78,6 @@ POSSIBILITY OF SUCH DAMAGE.
});
</script>
<!-- Modal -->
<div id="flushModal" class="modal fade" role="dialog">
<div class="modal-dialog">
@ -91,28 +90,25 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
<div class="modal-body">
<p>
If you've changed the IP of a host - or setup a new host with the IP of an old one - you've probably got that the host has no network connectivity for a period of time. The router has cached the old MAC address (ethernet hardware address) associated with the host's IP address. This cache will persist on the gateway network device until:
{{ lang._("If you've changed the IP of a host - or setup a new host with the IP of an old one - you've probably got that the host has no network connectivity for a period of time. The router has cached the old MAC address (ethernet hardware address) associated with the host's IP address. This cache will persist on the gateway network device until:") }}
</p>
<ul>
<li>
The ARP cache on the gateway network device expires.
</li>
<li>
You manually clear the ARP cache on the gateway network device.
</li>
{{ lang._('The ARP cache on the gateway network device expires.') }}
</li>
<li>
{{ lang._('You manually flush the ARP cache on the gateway network device.') }}
</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default btn-close" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-default" data-toggle="modal" id="flush">Flush ARP tables</button>
<button type="button" class="btn btn-default btn-close" data-dismiss="modal">{{ lang._('Close') }}</button>
<button type="button" class="btn btn-default" data-toggle="modal" id="flush">{{ lang._('Flush ARP Table') }}</button>
</div>
</div>
</div>
</div>
<div class="content-box">
<div class="content-box-main">
<div class="table-responsive">