Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Commits
5132fda4
Commit
5132fda4
authored
1 year ago
by
Daniel Göbel
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/59-change-navbar-color-to-light-orange' into 'development'
Resolve "Change Navbar color to light orange" Closes
#59
See merge request
!53
parents
86978713
88097cbe
No related branches found
No related tags found
2 merge requests
!84
Remove development branch
,
!53
Resolve "Change Navbar color to light orange"
Pipeline
#28817
passed
1 year ago
Stage: test
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/assets/images/clowm.svg
+5
-5
5 additions, 5 deletions
src/assets/images/clowm.svg
src/components/NavbarTop.vue
+17
-25
17 additions, 25 deletions
src/components/NavbarTop.vue
src/views/workflows/WorkflowVersionView.vue
+1
-0
1 addition, 0 deletions
src/views/workflows/WorkflowVersionView.vue
with
23 additions
and
30 deletions
src/assets/images/clowm.svg
+
5
−
5
View file @
5132fda4
...
...
@@ -20,7 +20,7 @@
transform=
"translate(-8.83218,-6.5391791)"
>
<path
d=
"M 60.5,34.246 49.148,39.395"
style=
"fill:none;stroke:#
bfbfb
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"fill:none;stroke:#
4f4f4
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id=
"path214"
/>
</g>
<path
...
...
@@ -32,7 +32,7 @@
transform=
"translate(-8.83218,-6.5391791)"
>
<path
d=
"m 35.695,24.883 4.485,9.91"
style=
"fill:none;stroke:#
bfbfb
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"fill:none;stroke:#
4f4f4
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id=
"path224"
/>
</g>
<g
...
...
@@ -40,7 +40,7 @@
transform=
"translate(-8.83218,-6.5391791)"
>
<path
d=
"m 19.148,48.34 c 4.969,11.328 17.723,18.93 33.77,14.547"
style=
"fill:none;stroke:#
bfbfb
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"fill:none;stroke:#
4f4f4
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id=
"path228"
/>
</g>
<g
...
...
@@ -48,7 +48,7 @@
transform=
"translate(-8.83218,-6.5391791)"
>
<path
d=
"M 34.93,42.086 22.516,43.523"
style=
"fill:none;stroke:#
bfbfb
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"fill:none;stroke:#
4f4f4
f;stroke-width:2.41445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id=
"path232"
/>
</g>
<path
...
...
@@ -72,7 +72,7 @@
transform=
"translate(-8.83218,-6.5391791)"
>
<path
d=
"m 76.121,40.961 c 0,18.152 -14.715,32.867 -32.867,32.867 -18.152,0 -32.867,-14.715 -32.867,-32.867 0,-18.152 14.715,-32.867 32.867,-32.867 18.152,0 32.867,14.715 32.867,32.867 z"
style=
"fill:none;stroke:#
bfbfb
f;stroke-width:1.60964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style=
"fill:none;stroke:#
4f4f4
f;stroke-width:1.60964;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id=
"path244"
/>
</g>
</g>
...
...
This diff is collapsed.
Click to expand it.
src/components/NavbarTop.vue
+
17
−
25
View file @
5132fda4
...
...
@@ -50,18 +50,6 @@ watch(
class=
"navbar navbar-expand-lg bd-navbar sticky-top border-bottom border-secondary"
>
<nav
class=
"container-xxl bd-gutter flex-wrap flex-lg-nowrap text-light"
>
<button
class=
"navbar-toggler"
type=
"button"
data-bs-toggle=
"collapse"
data-bs-target=
"#navDropdown"
aria-controls=
"navDropdown"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
v-if=
"store.authenticated"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<router-link
class=
"navbar-brand ms-3 text-white d-flex align-items-center"
to=
"/"
...
...
@@ -76,24 +64,25 @@ watch(
CloWM
</router-link>
<div
class=
"collapse navbar-collapse"
id=
"navDropdown"
v-if=
"store.authenticated"
>
<ul
id=
"objectStorageNav"
class=
"navbar-nav"
>
<div
class=
"d-flex me-auto w-fit"
v-if=
"store.authenticated"
>
<ul
class=
"navbar-nav"
>
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
:class=
"
{ active: objectStorageActive }"
id=
""
:class=
"
{ 'text-black': objectStorageActive }"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
data-bs-auto-close="true"
>
Object Storage
</a>
<ul
class=
"dropdown-menu shadow"
>
<ul
class=
"dropdown-menu shadow m-0"
aria-labelledby=
"objectStoreDropdown"
>
<li>
<router-link
class=
"dropdown-item"
:to=
"
{ name: 'buckets' }"
>Buckets
</router-link
...
...
@@ -106,20 +95,23 @@ watch(
</li>
</ul>
</li>
</ul>
<ul
id=
"workflowNav"
class=
"navbar-nav"
>
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
:class=
"
{ active: workflowActive }"
:class=
"
{ 'text-black': workflowActive }"
id="workflowDropdown"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
data-bs-auto-close="true"
>
Workflows
</a>
<ul
class=
"dropdown-menu shadow"
>
<ul
class=
"dropdown-menu shadow m-0"
aria-labelledby=
"workflowDropdown"
>
<li>
<router-link
class=
"dropdown-item"
:to=
"
{ name: 'workflows' }"
>Workflows
</router-link
...
...
@@ -268,6 +260,6 @@ watch(
<
style
scoped
>
header
{
background
:
#da6409
;
background
:
rgb
(
255
,
177
,
45
)
;
}
</
style
>
This diff is collapsed.
Click to expand it.
src/views/workflows/WorkflowVersionView.vue
+
1
−
0
View file @
5132fda4
...
...
@@ -104,6 +104,7 @@ onMounted(() => {
:changelog-markdown=
"versionState.changelogMarkdown"
:description-markdown=
"versionState.descriptionMarkdown"
:usage-markdown=
"versionState.usageMarkdown"
:output-markdown=
"versionState.outputMarkdown"
/>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment