Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nodejs-modules
dmx-detail-panel
Commits
52f8283e
Commit
52f8283e
authored
Jul 20, 2020
by
Jörg Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add icons to workspace selector
See
dmx-platform/dmx-platform#385
parent
ee463e0b
Pipeline
#10544
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/components/dm5-workspace-select.vue
src/components/dm5-workspace-select.vue
+2
-1
No files found.
src/components/dm5-workspace-select.vue
View file @
52f8283e
<
template
>
<el-select
class=
"dm5-workspace-select"
v-model=
"workspace_"
>
<el-option
v-for=
"workspace in workspaces"
:label=
"workspace.value"
:value=
"workspace"
:disabled=
"!workspace.writable"
:key=
"workspace.id"
>
:disabled=
"!workspace.writable"
:key=
"workspace.id"
>
<span
class=
"fa icon"
>
{{
workspace
.
icon
}}
</span><span>
{{
workspace
.
value
}}
</span>
</el-option>
</el-select>
</
template
>
...
...
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