Loading gms-ui/src/App.vue +6 −0 Original line number Diff line number Diff line Loading @@ -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> Loading gms-ui/src/assets/logo-ia2-small.jpg 0 → 100644 +7.55 KiB Loading image diff... gms-ui/src/components/TopMenu.vue +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
gms-ui/src/App.vue +6 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
gms-ui/src/components/TopMenu.vue +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading