Mise à jour de 'stylesheet.xsl'
This commit is contained in:
parent
fc0cde0e7e
commit
f02a6a7afb
@ -44,7 +44,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<xsl:for-each select="ports/port[state/@state='open']">
|
||||
<a target="_blank" style="text-transform:uppercase;" type="button" class="btn btn-primary btn-sm">
|
||||
<a target="_blank" style="text-transform:uppercase;" type="button" class="btn btn-success btn-sm">
|
||||
<xsl:variable name="protocol">
|
||||
<xsl:choose>
|
||||
<xsl:when test="service/@name='http' or service/@name='https' or service/@name='http-alt' or @portid = 8006 or @portid = 9292 or @portid = 20618">
|
||||
@ -84,7 +84,7 @@
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:attribute name="class">
|
||||
btn btn-primary btn-sm disabled
|
||||
btn btn-success btn-sm disabled
|
||||
</xsl:attribute>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
@ -128,8 +128,6 @@
|
||||
<script>
|
||||
$(document).ready( function() {
|
||||
$('#scanResults').DataTable({
|
||||
dom: 'frtipB',
|
||||
buttons: ['copy', 'excel', 'pdf'],
|
||||
fixedHeader: true,
|
||||
lengthMenu: [
|
||||
[256, 512, 1024, 2048, -1],
|
||||
@ -137,6 +135,7 @@
|
||||
],
|
||||
scrollCollapse: true,
|
||||
paging: false,
|
||||
responsive: true,
|
||||
});
|
||||
} );
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user