Commit 8d2b0673 authored by Dietmar Maurer's avatar Dietmar Maurer

Sytem Report: place download button at bottom/right

parent 4591e144
......@@ -54,9 +54,10 @@ Ext.define('PVE.node.Subscription', {
height: 600,
layout: 'fit',
modal: true,
tbar: [
buttons: [
'->',
{
text: gettext('Download') + gettext('System Report'),
text: gettext('Download'),
handler: function() {
fileContent = reportWindow.getComponent('system-report-view').html;
fileName = getReportFileName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment