PATH:
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
passenger
/
templates
/
error_renderer
/
with_details
/
src
/** @jsx h */ import { Component, h } from 'preact'; class ProblemDescriptionView extends Component { render() { return ( <div className="problem-description"> <div dangerouslySetInnerHTML={{ __html: this.props.spec.error.problem_description_html }} /> </div> ); } } export default ProblemDescriptionView;
[-] ProcessDetailsView.jsx
[edit]
[-] Tabs.jsx
[edit]
[+]
bootstrap
[-] index.jsx
[edit]
[-] SolutionDescriptionView.css
[edit]
[-] SystemComponentView.jsx
[edit]
[-] JourneyView.jsx
[edit]
[-] GetHelpView.jsx
[edit]
[+]
..
[-] SystemComponentsView.jsx
[edit]
[-] Tab.jsx
[edit]
[-] SystemComponentView.css
[edit]
[-] ProblemDescriptionView.jsx
[edit]
[-] SystemComponentsView.css
[edit]
[-] SummaryView.jsx
[edit]
[-] DetailsView.jsx
[edit]
[-] SolutionDescriptionView.jsx
[edit]
[-] PageMain.css
[edit]
[-] JourneyView.css
[edit]
[-] PageMain.jsx
[edit]
[-] index.html.template
[edit]