bottom left
This commit is contained in:
parent
894acdf996
commit
62276f863f
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user