Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
2d0acc0d
Commit
2d0acc0d
authored
Feb 23, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide label
parent
d34a5943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
file-panel.js
apps/remix-ide/src/app/panels/file-panel.js
+2
-2
No files found.
apps/remix-ide/src/app/panels/file-panel.js
View file @
2d0acc0d
...
@@ -280,7 +280,7 @@ module.exports = class Filepanel extends ViewPlugin {
...
@@ -280,7 +280,7 @@ module.exports = class Filepanel extends ViewPlugin {
title
=
'Create a new Workspace'
>
title
=
'Create a new Workspace'
>
<
/span
>
<
/span
>
<
span
<
span
hidden
=
{
this
.
currentWorkspace
===
this
.
LOCALHOST
}
hidden
=
{
this
.
currentWorkspace
===
this
.
LOCALHOST
||
this
.
currentWorkspace
===
this
.
NO_WORKSPACE
}
id
=
'workspaceRename'
id
=
'workspaceRename'
data
-
id
=
'workspaceRename'
data
-
id
=
'workspaceRename'
onClick
=
{(
e
)
=>
{
onClick
=
{(
e
)
=>
{
...
@@ -291,7 +291,7 @@ module.exports = class Filepanel extends ViewPlugin {
...
@@ -291,7 +291,7 @@ module.exports = class Filepanel extends ViewPlugin {
title
=
'Rename current Workspace'
>
title
=
'Rename current Workspace'
>
<
/span
>
<
/span
>
<
span
<
span
hidden
=
{
this
.
currentWorkspace
===
this
.
LOCALHOST
}
hidden
=
{
this
.
currentWorkspace
===
this
.
LOCALHOST
||
this
.
currentWorkspace
===
this
.
NO_WORKSPACE
}
id
=
'workspaceDelete'
id
=
'workspaceDelete'
data
-
id
=
'workspaceDelete'
data
-
id
=
'workspaceDelete'
onClick
=
{(
e
)
=>
{
onClick
=
{(
e
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment