Add custom paths and ACP tab
This commit is contained in:
@@ -3778,15 +3778,9 @@ function Acp({ isAdmin }) {
|
||||
)}
|
||||
{systemSection === 'insite' && (
|
||||
<>
|
||||
<div className="bb-acp-panel">
|
||||
<div className="bb-acp-panel-header">
|
||||
<h5 className="mb-0">Live Update</h5>
|
||||
</div>
|
||||
<div className="bb-acp-panel mb-3">
|
||||
<div className="bb-acp-panel-body">
|
||||
<p className="bb-muted mb-0">
|
||||
Placeholder: run a live update from inside the forum, with safety checks
|
||||
and status details.
|
||||
</p>
|
||||
<p className="bb-muted mb-0">Live update controls will appear here.</p>
|
||||
</div>
|
||||
</div>
|
||||
{renderSystemRequirementsPanel()}
|
||||
@@ -3862,6 +3856,23 @@ function Acp({ isAdmin }) {
|
||||
</Row>
|
||||
)}
|
||||
</Tab>
|
||||
<Tab eventKey="custom" title="Custom">
|
||||
<Row className="g-4">
|
||||
<Col xs={12}>
|
||||
<div className="bb-acp-panel">
|
||||
<div className="bb-acp-panel-header">
|
||||
<h5 className="mb-0">Custom</h5>
|
||||
</div>
|
||||
<div className="bb-acp-panel-body">
|
||||
<p className="bb-muted mb-0">
|
||||
Place site-specific assets or overrides in `/custom` and `public/custom`.
|
||||
These paths are preserved during in-place updates.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
<Modal show={showModal} onHide={handleReset} centered size="lg">
|
||||
<Modal.Header closeButton closeVariant="white">
|
||||
|
||||
Reference in New Issue
Block a user