mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-28 01:07:03 +00:00
auto indent lines
This commit is contained in:
parent
f7917c478a
commit
d2aa1ef044
@ -1,10 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block page_custom_head %}
|
||||
<style>
|
||||
.peer-extra-info {
|
||||
<style>
|
||||
.peer-extra-info {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@ -426,7 +426,7 @@
|
||||
extraInfoContainer.style.display = 'block';
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
const updateCalloutClass = (peerDiv, latestHandshake) => {
|
||||
@ -445,7 +445,7 @@
|
||||
}
|
||||
calloutDiv.style.transition = 'all 5s';
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user