|
|
@ -159,6 +159,7 @@ export function Workspace () { |
|
|
|
<label className="form-check-label" htmlFor="workspacesSelect"> |
|
|
|
<label className="form-check-label" htmlFor="workspacesSelect"> |
|
|
|
Workspaces |
|
|
|
Workspaces |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
|
|
|
|
<div className="d-flex justify-content-between"> |
|
|
|
<span className="remixui_menu"> |
|
|
|
<span className="remixui_menu"> |
|
|
|
<span |
|
|
|
<span |
|
|
|
hidden={currentWorkspace === LOCALHOST} |
|
|
|
hidden={currentWorkspace === LOCALHOST} |
|
|
@ -215,8 +216,11 @@ export function Workspace () { |
|
|
|
className='far fa-upload remixui_menuicon' |
|
|
|
className='far fa-upload remixui_menuicon' |
|
|
|
title='Restore Workspaces Backup'> |
|
|
|
title='Restore Workspaces Backup'> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
<span className="remixui_menu"> |
|
|
|
<CloneWorkspace /> |
|
|
|
<CloneWorkspace /> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
<select id="workspacesSelect" value={currentWorkspace} data-id="workspacesSelect" onChange={(e) => switchWorkspace(e.target.value)} className="form-control custom-select"> |
|
|
|
<select id="workspacesSelect" value={currentWorkspace} data-id="workspacesSelect" onChange={(e) => switchWorkspace(e.target.value)} className="form-control custom-select"> |
|
|
|
{ |
|
|
|
{ |
|
|
|
global.fs.browser.workspaces |
|
|
|
global.fs.browser.workspaces |
|
|
|