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