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
c97ec24f
Commit
c97ec24f
authored
Mar 15, 2021
by
aniket-engg
Committed by
Aniket
Mar 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hover text for workspace options updated
parent
0a064930
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
remix-ui-workspace.tsx
libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
+3
-3
No files found.
libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
View file @
c97ec24f
...
...
@@ -327,7 +327,7 @@ export const Workspace = (props: WorkspaceProps) => {
createWorkspace
()
}
}
className=
'far fa-plus-square remixui_menuicon'
title=
'Create
a new W
orkspace'
>
title=
'Create
w
orkspace'
>
</
span
>
<
span
hidden=
{
state
.
currentWorkspace
===
LOCALHOST
||
state
.
currentWorkspace
===
NO_WORKSPACE
}
...
...
@@ -338,7 +338,7 @@ export const Workspace = (props: WorkspaceProps) => {
renameCurrentWorkspace
()
}
}
className=
'far fa-edit remixui_menuicon'
title=
'Rename
current W
orkspace'
>
title=
'Rename
w
orkspace'
>
</
span
>
<
span
hidden=
{
state
.
currentWorkspace
===
LOCALHOST
||
state
.
currentWorkspace
===
NO_WORKSPACE
}
...
...
@@ -349,7 +349,7 @@ export const Workspace = (props: WorkspaceProps) => {
deleteCurrentWorkspace
()
}
}
className=
'fas fa-trash'
title=
'Delete
current W
orkspace'
>
title=
'Delete
w
orkspace'
>
</
span
>
</
span
>
<
select
id=
"workspacesSelect"
data
-
id=
"workspacesSelect"
onChange=
{
(
e
)
=>
setWorkspace
(
e
.
target
.
value
)
}
className=
"form-control custom-select"
>
...
...
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