mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
www: two more
This commit is contained in:
parent
4e70b3acd1
commit
3b4341286d
@ -1777,7 +1777,7 @@ include("head.inc");
|
||||
<td><a id="help_for_mtu" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("MTU"); ?></td>
|
||||
<td>
|
||||
<input name="mtu" id="mtu" type="text" value="<?=$pconfig['mtu'];?>" />
|
||||
<div id="mtu_calc" style="display:none" data-for="mtu">
|
||||
<div id="mtu_calc" style="display:none">
|
||||
<i class="fa fa-info-circle"></i>
|
||||
<?=gettext("calculated ppp mtu :");?>
|
||||
<label></label>
|
||||
|
||||
@ -111,7 +111,7 @@ $( document ).ready(function() {
|
||||
});
|
||||
// link show/hide routes
|
||||
$(".act_show_routes").click(function(){
|
||||
$("*[for='" + $(this).attr('id') + "']").toggleClass("hidden show");
|
||||
$("*[data-for='" + $(this).attr('id') + "']").toggleClass("hidden show");
|
||||
});
|
||||
|
||||
// minimize all buttons, some of the buttons come from the shared service
|
||||
@ -187,7 +187,7 @@ $( document ).ready(function() {
|
||||
<button class="btn btn-default act_show_routes" type="button" id="showroutes_<?=$i?>"><i class="fa fa-info"></i>
|
||||
<?=gettext("Show/Hide Routing Table"); ?>
|
||||
</button>
|
||||
<div class="hidden" data-for="showroutes_<?=$i?>">
|
||||
<div class="hidden" data-for="showroutes_<?=$i?>">
|
||||
<small>
|
||||
<?=$server['name'];?> <?=gettext("Routing Table"); ?>
|
||||
</small>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user