mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added Preview Button into Charts Admin
This commit is contained in:
parent
9f6d5c3444
commit
d24da37836
BIN
src/images/icons/pie-chart_view.png
Normal file
BIN
src/images/icons/pie-chart_view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 949 B |
@ -527,6 +527,7 @@ function InitFrontEndVariables()
|
||||
$content['MENU_CHART_CAKE'] = $content['BASEPATH'] . "images/icons/pie-chart.png";
|
||||
$content['MENU_CHART_BARSVERT'] = $content['BASEPATH'] . "images/icons/column-chart.png";
|
||||
$content['MENU_CHART_BARSHORI'] = $content['BASEPATH'] . "images/icons/column-chart-hori.png";
|
||||
$content['MENU_CHART_PREVIEW'] = $content['BASEPATH'] . "images/icons/pie-chart_view.png";
|
||||
|
||||
$content['MENU_PAGER_BEGIN'] = $content['BASEPATH'] . "images/icons/media_beginning.png";
|
||||
$content['MENU_PAGER_PREVIOUS'] = $content['BASEPATH'] . "images/icons/media_rewind.png";
|
||||
|
@ -253,5 +253,7 @@ $content['LN_CHARTS_ERROR_IDNOTFOUND'] = "The Chart-ID could not be found in the
|
||||
$content['LN_CHARTS_HASBEENEDIT'] = "The Chart '%1' has been successfully edited.";
|
||||
$content['LN_CHARTS_ID'] = "ID";
|
||||
$content['LN_CHARTS_ASSIGNTO'] = "Assigned To";
|
||||
$content['LN_CHARTS_PREVIEW'] = "Preview Chart in a new Window";
|
||||
|
||||
|
||||
?>
|
@ -54,6 +54,8 @@
|
||||
<img src="{MENU_EDIT_DISABLED}" width="16" title="{LN_GEN_DISABLED}">
|
||||
<img src="{MENU_DELETE_DISABLED}" width="16" title="{LN_GEN_DISABLED}">
|
||||
<!-- ENDIF ActionsAllowed!="true" -->
|
||||
<a href="{BASEPATH}chartgenerator.php?type={chart_type}&byfield={chart_field}&width={chart_width}&maxrecords={maxrecords}&showpercent={showpercent}" target="_blank"><img src="{MENU_CHART_PREVIEW}" width="16" title="{LN_CHARTS_PREVIEW}"></a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END CHARTS -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user