Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
wotwizard-ui
Merge requests
!14
Add gitlab-ci file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add gitlab-ci file
CaTasTrOOf/wotwizard-ui:gitlab-cicd
into
master
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
CaTasTrOOf
requested to merge
CaTasTrOOf/wotwizard-ui:gitlab-cicd
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 23
37df2bcf
3 years ago
version 22
efbb42c2
3 years ago
version 21
ac0bbe70
3 years ago
version 20
3ed7b008
3 years ago
version 19
9b69038f
3 years ago
version 18
cfa50694
3 years ago
version 17
f619bba8
3 years ago
version 16
125a1031
3 years ago
version 15
e2c417fe
3 years ago
version 14
cb8cd6d0
3 years ago
version 13
e547e296
3 years ago
version 12
ae7f12d5
3 years ago
version 11
9f7a0291
3 years ago
version 10
d7294cef
3 years ago
version 9
374ab70c
3 years ago
version 8
19f9ac5b
3 years ago
version 7
2276653f
3 years ago
version 6
70948bbd
3 years ago
version 5
cb5f2a1e
3 years ago
version 4
e1db0deb
3 years ago
version 3
ad3ee6db
3 years ago
version 2
06e761b6
3 years ago
version 1
9837fff9
3 years ago
master (base)
and
latest version
latest version
c5b6bc2b
1 commit,
3 years ago
version 23
37df2bcf
1 commit,
3 years ago
version 22
efbb42c2
1 commit,
3 years ago
version 21
ac0bbe70
1 commit,
3 years ago
version 20
3ed7b008
16 commits,
3 years ago
version 19
9b69038f
15 commits,
3 years ago
version 18
cfa50694
14 commits,
3 years ago
version 17
f619bba8
13 commits,
3 years ago
version 16
125a1031
12 commits,
3 years ago
version 15
e2c417fe
12 commits,
3 years ago
version 14
cb8cd6d0
11 commits,
3 years ago
version 13
e547e296
10 commits,
3 years ago
version 12
ae7f12d5
9 commits,
3 years ago
version 11
9f7a0291
8 commits,
3 years ago
version 10
d7294cef
8 commits,
3 years ago
version 9
374ab70c
7 commits,
3 years ago
version 8
19f9ac5b
6 commits,
3 years ago
version 7
2276653f
5 commits,
3 years ago
version 6
70948bbd
4 commits,
3 years ago
version 5
cb5f2a1e
3 commits,
3 years ago
version 4
e1db0deb
2 commits,
3 years ago
version 3
ad3ee6db
2 commits,
3 years ago
version 2
06e761b6
1 commit,
3 years ago
version 1
9837fff9
1 commit,
3 years ago
6 files
+
36
−
7
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
components/navigation/menu/Sidebar.vue
+
4
−
1
Options
@@ -5,7 +5,10 @@
@@ -5,7 +5,10 @@
<img
:src=
"$icon(512)"
alt=
"Accueil"
class=
"logo"
/>
<img
:src=
"$icon(512)"
alt=
"Accueil"
class=
"logo"
/>
<div>
<div>
<h1
class=
"h3"
>
<h1
class=
"h3"
>
Wotwizard
<small><span
class=
"small"
>
v0.22
</span></small>
Wotwizard
<small
><span
class=
"small"
>
v
{{
$config
.
clientVersion
}}
</span></small
>
</h1>
</h1>
<small
class=
"text-muted"
>
{{
$t
(
"
slogan
"
)
}}
</small>
<small
class=
"text-muted"
>
{{
$t
(
"
slogan
"
)
}}
</small>
</div>
</div>
Loading