📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 07:03:00
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
passenger
/
templates
/
error_renderer
/
with_details
/
src
📍 /opt/cpanel/ea-ruby27/root/usr/share/passenger/templates/error_renderer/with_details/src
🔄 Refresh
✏️
Editing: SolutionDescriptionView.jsx
Read Only
/** @jsx h */ import { Component, h } from 'preact'; import './SolutionDescriptionView.css'; class SolutionDescriptionView extends Component { render() { return ( <div className="solution-description"> <div dangerouslySetInnerHTML={{ __html: this.props.spec.error.solution_description_html }} /> </div> ); } } export default SolutionDescriptionView;
💾 Save Changes
❌ Cancel