#setting url_escaping_charset='UTF-8'>
<@row>
<@columns>
<@box color='primary'>
<@boxHeader title='#i18n{kibana.manage_dashboard.title}' boxTools=true>
@boxHeader>
<@boxBody>
<@table>
#i18n{kibana.manage_dashboards.columnTitle} |
#i18n{kibana.manage_dashboards.columnActions} |
<@tableHeadBodySeparator />
<#list dashboards_list as dashboard>
${dashboard.title}
|
<@aButton href='jsp/admin/plugins/kibana/KibanaDashboard.jsp?view=dashboard&tab=${dashboard.idKibanaDashboard}' title='#i18n{forms.manageForm.stats.label}' hideTitle=['all'] buttonIcon='chart-area' size='md' color='primary' />
|
#list>
@table>
@boxBody>
@box>
@columns>
@row>
<@scrollTopBtn />