Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TER Modelzoo Frontend
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Thomas Blanc
TER Modelzoo Frontend
Commits
72f677d1
Commit
72f677d1
authored
5 years ago
by
thomas.blanc.2@etu.univ-amu.fr
Browse files
Options
Downloads
Patches
Plain Diff
Added icon
parent
c04a5459
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/favicon.ico
+0
-0
0 additions, 0 deletions
public/favicon.ico
public/mozen_icon.png
+0
-0
0 additions, 0 deletions
public/mozen_icon.png
src/main.js
+1
-1
1 addition, 1 deletion
src/main.js
src/views/Home.vue
+1
-1
1 addition, 1 deletion
src/views/Home.vue
with
2 additions
and
2 deletions
public/favicon.ico
+
0
−
0
View replaced file @
c04a5459
View file @
72f677d1
4.19 KiB
|
W:
|
H:
1.12 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
public/mozen_icon.png
0 → 100644
+
0
−
0
View file @
72f677d1
19.2 KiB
This diff is collapsed.
Click to expand it.
src/main.js
+
1
−
1
View file @
72f677d1
...
...
@@ -9,7 +9,7 @@ Vue.use(Buefy)
Vue
.
config
.
productionTip
=
false
// Vue.prototype.$serverurl = process.env.VUE_APP_SERVER_URL
Vue
.
prototype
.
$serverurl
=
'
http://localhost:8181
/
'
Vue
.
prototype
.
$serverurl
=
'
/
'
new
Vue
({
router
,
...
...
This diff is collapsed.
Click to expand it.
src/views/Home.vue
+
1
−
1
View file @
72f677d1
...
...
@@ -3,7 +3,7 @@
<section
class=
"hero is-fullheight-with-navbar"
v-bind:style=
"
{'background-color': '#'+currentColor}">
<div
class=
"hero-body"
>
<div
class=
"container"
>
<img
src=
"mozen_
logo_big
.png"
alt=
"Mozen"
>
<img
src=
"mozen_
icon
.png"
alt=
"Mozen"
>
</div>
</div>
</section>
...
...
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