Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Wolfgang Knopki
Spacedeck-open-SAML
Commits
051821e2
Commit
051821e2
authored
5 years ago
by
mntmn
Committed by
mntmn
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
hide home button in embedded mode
parent
0a439995
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/javascripts/spacedeck_vue.js
+1
-0
public/javascripts/spacedeck_vue.js
views/partials/tool/toolbar-elements.html
+2
-2
views/partials/tool/toolbar-elements.html
with
3 additions
and
2 deletions
+3
-2
public/javascripts/spacedeck_vue.js
+
1
-
0
View file @
051821e2
...
...
@@ -14,6 +14,7 @@ function boot_spacedeck() {
account
:
"
profile
"
,
logged_in
:
false
,
guest_nickname
:
null
,
embedded
:
false
,
user
:
{},
active_profile
:
null
,
...
...
This diff is collapsed.
Click to expand it.
views/partials/tool/toolbar-elements.html
+
2
-
2
View file @
051821e2
...
...
@@ -4,14 +4,14 @@
<a
class=
"btn btn-icon btn-transparent"
title=
"[[__("
home
")]]"
href=
"/spaces"
v-if=
"(!active_space.parent_space_id && !guest_nickname)"
>
v-if=
"(!active_space.parent_space_id && !guest_nickname
&& !embedded
)"
>
<span
class=
"icon icon-folder"
></span>
</a>
<a
class=
"btn btn-icon btn-dark"
title=
"Parent Folder"
href=
"/folders/{{active_space.parent_space_id}}"
v-if=
"(active_space.parent_space_id && !guest_nickname)"
>
v-if=
"(active_space.parent_space_id && !guest_nickname
&& !embedded
)"
>
<span
class=
"icon icon-sd6 icon-svg"
></span>
</a>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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