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">
|
<table id="scanResultsTable" style="width:100%" role="grid" class="ui sortable small compact stuck striped table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: min-content">État</th>
|
<th class="collapsing">État</th>
|
||||||
<th>Adresse IP</th>
|
<th>Adresse IP</th>
|
||||||
<th>Nom</th>
|
<th>Nom</th>
|
||||||
<xsl:if test="host/address[@addrtype='mac']/@vendor">
|
<xsl:if test="host/address[@addrtype='mac']/@vendor">
|
||||||
<th>Constructeur</th>
|
<th>Constructeur</th>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<th class="six wide">Services</th>
|
<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>
|
<i class="search plus icon"></i>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -92,7 +92,7 @@ scanForm.onsubmit = function(event) {
|
|||||||
showIcon : 'satellite dish',
|
showIcon : 'satellite dish',
|
||||||
displayTime: 0,
|
displayTime: 0,
|
||||||
closeIcon : true,
|
closeIcon : true,
|
||||||
position : 'bottom right',
|
position : 'bottom left',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -106,7 +106,7 @@ refreshLink.onclick = function(event) {
|
|||||||
showIcon : 'satellite dish',
|
showIcon : 'satellite dish',
|
||||||
displayTime: 0,
|
displayTime: 0,
|
||||||
closeIcon : true,
|
closeIcon : true,
|
||||||
position : 'bottom right',
|
position : 'bottom left',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user