Skip to content

Commit

Permalink
Fix broken title and credits for app kernel viewer summary view charts
Browse files Browse the repository at this point in the history
  • Loading branch information
aestoltm committed Aug 13, 2024
1 parent ee41160 commit 9464f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/gui/js/modules/app_kernels/AppKernelViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ Ext.extend(XDMoD.Module.AppKernels.AppKernelViewer, XDMoD.PortalModule, {
chartOptions = XDMoD.utils.deepExtend({}, chartOptions, baseChartOptions);

if (isMenu) {
chartOptions.layout.thumbnail = true;
chartOptions.realmOverview = true;
chartOptions.layout.margin = {
t: 20,
l: 5,
Expand Down

0 comments on commit 9464f31

Please sign in to comment.