Version 0.8.1b - Ajout des tooltips et du playlistshare

This commit is contained in:
CICD - Pipeline 2023-09-07 21:56:15 +02:00
parent d78255bec1
commit 28776f079c
2 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ socket.on("ALWAYS/NODES",(data) => {
dataToPush.push(`<div style='width: 100%; display: flex; justify-content: space-between; align-items: center;'>
<div><p><strong>Note : </strong> Les serveurs ci-dessous permettent le bon fonctionnement du Bot.</p>
<p>Si aucun des serveurs ne fonctionne, ajoutez-en en prenant ce lien pour la liste des serveurs : <a style='color: white' target='_blank' href="https://lavalink.darrennathanael.com/SSL/lavalink-with-ssl/"><strong>Lavalink SSL</strong></a></div>
<button id='an_add' class='primary'><i class='fa fa-plus'></i></button></div><hr>`)
<button id='an_create' class='primary'><i class='fa fa-plus'></i></button></div><hr>`)
dataToPush.push(`
<dialog class="report_dialog" id="an_dialog">
@ -301,7 +301,7 @@ socket.on("ALWAYS/NODES",(data) => {
const an_dialog = document.getElementById("an_dialog")
const an_close = document.getElementById("an_close")
const an_add = document.getElementById("an_add")
const an_add = document.getElementById("an_create")
const an_host = document.getElementById("an_host")
const an_port = document.getElementById("an_port")
const an_password = document.getElementById("an_password")

View File

@ -1180,5 +1180,5 @@ p {
padding: 7px;
border-radius: 12px;
text-align: center;
opacity: 0.5;
opacity: 0.8;
}