bottom left

This commit is contained in:
Adrien MALINGREY 2025-02-21 11:37:01 +01:00
parent 894acdf996
commit 62276f863f
2 changed files with 4 additions and 4 deletions

View File

@ -50,14 +50,14 @@
<table id="scanResultsTable" style="width:100%" role="grid" class="ui sortable small compact stuck striped table">
<thead>
<tr>
<th style="width: min-content">État</th>
<th class="collapsing">État</th>
<th>Adresse IP</th>
<th>Nom</th>
<xsl:if test="host/address[@addrtype='mac']/@vendor">
<th>Constructeur</th>
</xsl:if>
<th class="six wide">Services</th>
<th style="width: min-content" title="Scan intensif">
<th class="collapsing" title="Scan intensif">
<i class="search plus icon"></i>
</th>
</tr>

View File

@ -92,7 +92,7 @@ scanForm.onsubmit = function(event) {
showIcon : 'satellite dish',
displayTime: 0,
closeIcon : true,
position : 'bottom right',
position : 'bottom left',
})
}
}
@ -106,7 +106,7 @@ refreshLink.onclick = function(event) {
showIcon : 'satellite dish',
displayTime: 0,
closeIcon : true,
position : 'bottom right',
position : 'bottom left',
})
}
</xsl:if>