mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-27 06:14:47 +02:00
auto indent lines
This commit is contained in:
parent
f7917c478a
commit
d2aa1ef044
1 changed files with 180 additions and 180 deletions
|
@ -1,10 +1,10 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block page_custom_head %}
|
{% block page_custom_head %}
|
||||||
<style>
|
<style>
|
||||||
.peer-extra-info {
|
.peer-extra-info {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
@ -426,7 +426,7 @@
|
||||||
extraInfoContainer.style.display = 'block';
|
extraInfoContainer.style.display = 'block';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const updateCalloutClass = (peerDiv, latestHandshake) => {
|
const updateCalloutClass = (peerDiv, latestHandshake) => {
|
||||||
|
@ -445,7 +445,7 @@
|
||||||
}
|
}
|
||||||
calloutDiv.style.transition = 'all 5s';
|
calloutDiv.style.transition = 'all 5s';
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue