Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
ref #4584 - [Monitoring > Event Logs > System Logs] Unable to export …
Browse files Browse the repository at this point in the history
…data in CSV or XML
  • Loading branch information
lpinsivy committed Aug 11, 2016
1 parent 3f72a23 commit 7c1fcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/include/eventLogs/xsl/logEngine.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</td>
<td class="Toolbar_pagelimit">
<xsl:element name='a'>
<xsl:attribute name="href">javascript:log_4_host(this, '', 'CSV')</xsl:attribute>
<xsl:attribute name="href">javascript:logs(this, '', 'CSV')</xsl:attribute>
<xsl:element name='img'>
<xsl:attribute name="title">Export CSV</xsl:attribute>
<xsl:attribute name="alt">Export CSV</xsl:attribute>
Expand All @@ -97,7 +97,7 @@
</xsl:element>
</xsl:element>
<xsl:element name='a'>
<xsl:attribute name="href">javascript:log_4_host(this, '', 'XML')</xsl:attribute>
<xsl:attribute name="href">javascript:logs(this, '', 'XML')</xsl:attribute>
<xsl:element name='img'>
<xsl:attribute name="title">Export XML</xsl:attribute>
<xsl:attribute name="alt">Export XML</xsl:attribute>
Expand Down

0 comments on commit 7c1fcb4

Please sign in to comment.