Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IA2
GMS
Commits
3b4ded02
Commit
3b4ded02
authored
Mar 19, 2021
by
Sonia Zorba
Browse files
Added IA2 logo
parent
9d860e5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
gms-ui/src/App.vue
View file @
3b4ded02
...
...
@@ -9,6 +9,12 @@
<b-spinner
variant=
"primary"
style=
"width: 3rem; height: 3rem;"
label=
"Loading"
></b-spinner>
</div>
</div>
<div
class=
"mt-4"
>
<p
class=
"text-center"
>
—
Powered by
<img
src=
"@/assets/logo-ia2-small.jpg"
alt=
"logo IA2"
/>
<a
href=
"https://www.ia2.inaf.it/"
target=
"_blank"
>
IA2
</a>
—
</p>
</div>
</div>
</
template
>
...
...
gms-ui/src/assets/logo-ia2-small.jpg
0 → 100644
View file @
3b4ded02
7.55 KB
gms-ui/src/components/TopMenu.vue
View file @
3b4ded02
...
...
@@ -9,7 +9,7 @@
<!-- Right aligned nav items -->
<b-navbar-nav
class=
"ml-auto"
>
<b-nav-item
href=
"help/index.html"
target=
"blank
_
"
class=
"mr-4"
>
Help
</b-nav-item>
<b-nav-item
href=
"help/index.html"
target=
"
_
blank"
class=
"mr-4"
>
Help
</b-nav-item>
<b-nav-form>
<b-form-input
size=
"sm"
class=
"mr-sm-2"
placeholder=
"Search"
v-model.trim=
"input.genericSearch.filter"
@
keydown.native.enter.prevent=
"genericSearch"
></b-form-input>
<b-button
size=
"sm"
type=
"button"
v-on:click=
"genericSearch()"
>
Search
</b-button>
...
...
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