Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Enable json download for further elements
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoefling committed Oct 2, 2015
1 parent de3b8eb commit 2c8fc9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/minions/Minion.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var Event = React.createClass({
if (pillar) {
return (
<CollapsedStructuredElement
downloadEnabled
arraysCollapsed={true}
element={{ pillar }}
/>
Expand All @@ -84,6 +85,7 @@ var Event = React.createClass({
if (recentJobs) {
return (
<CollapsedStructuredElement
downloadEnabled
arraysCollapsed={true}
element={{ 'recent jobs': recentJobs }}
/>
Expand All @@ -97,6 +99,7 @@ var Event = React.createClass({
if (highstate) {
return (
<CollapsedStructuredElement
downloadEnabled
arraysCollapsed={true}
element={{ highstate }}
/>
Expand All @@ -120,6 +123,7 @@ var Event = React.createClass({
renderGrainsElement() {
return (
<CollapsedStructuredElement
downloadEnabled
arraysCollapsed={true}
element={{ grains: this.props.minion.grains }}/>
);
Expand Down

0 comments on commit 2c8fc9e

Please sign in to comment.