Loading vospace-ui-frontend/src/components/Main.vue +3 −0 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,9 @@ --> --> <template> <template> <div class="container"> <div class="container"> <p style="color:red"> <strong>WARNING: application being tested in beta! Please, report bugs at <a href="mailto:vospace.ia2@inaf.it">vospace.ia2@inaf.it</a></strong> </p> <b-breadcrumb :items="breadcrumbs"></b-breadcrumb> <b-breadcrumb :items="breadcrumbs"></b-breadcrumb> <div class="mb-3"> <div class="mb-3"> <b-button variant="success" class="mr-2" :disabled="!writable" v-b-modal.create-folder-modal>New folder</b-button> <b-button variant="success" class="mr-2" :disabled="!writable" v-b-modal.create-folder-modal>New folder</b-button> Loading vospace-ui-frontend/src/components/TopMenu.vue +6 −1 Original line number Original line Diff line number Diff line Loading @@ -6,7 +6,7 @@ <template> <template> <div> <div> <b-navbar toggleable="lg" type="dark" id="top-menu"> <b-navbar toggleable="lg" type="dark" id="top-menu"> <b-navbar-brand href="#/" class="d-none d-md-block">VOSpace</b-navbar-brand> <b-navbar-brand href="#/" class="d-none d-md-block">VOSpace<sup>BETA</sup></b-navbar-brand> <JobsMenuItem /> <JobsMenuItem /> <b-navbar-nav class="ml-auto"> <b-navbar-nav class="ml-auto"> <b-nav-item href="login" class="mr-4" v-if="user === 'anonymous'">Login</b-nav-item> <b-nav-item href="login" class="mr-4" v-if="user === 'anonymous'">Login</b-nav-item> Loading Loading @@ -36,4 +36,9 @@ export default { background-color: #093784; background-color: #093784; margin-bottom: 20px; margin-bottom: 20px; } } sup { color: red; margin-left: 2px; } </style> </style> Loading
vospace-ui-frontend/src/components/Main.vue +3 −0 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,9 @@ --> --> <template> <template> <div class="container"> <div class="container"> <p style="color:red"> <strong>WARNING: application being tested in beta! Please, report bugs at <a href="mailto:vospace.ia2@inaf.it">vospace.ia2@inaf.it</a></strong> </p> <b-breadcrumb :items="breadcrumbs"></b-breadcrumb> <b-breadcrumb :items="breadcrumbs"></b-breadcrumb> <div class="mb-3"> <div class="mb-3"> <b-button variant="success" class="mr-2" :disabled="!writable" v-b-modal.create-folder-modal>New folder</b-button> <b-button variant="success" class="mr-2" :disabled="!writable" v-b-modal.create-folder-modal>New folder</b-button> Loading
vospace-ui-frontend/src/components/TopMenu.vue +6 −1 Original line number Original line Diff line number Diff line Loading @@ -6,7 +6,7 @@ <template> <template> <div> <div> <b-navbar toggleable="lg" type="dark" id="top-menu"> <b-navbar toggleable="lg" type="dark" id="top-menu"> <b-navbar-brand href="#/" class="d-none d-md-block">VOSpace</b-navbar-brand> <b-navbar-brand href="#/" class="d-none d-md-block">VOSpace<sup>BETA</sup></b-navbar-brand> <JobsMenuItem /> <JobsMenuItem /> <b-navbar-nav class="ml-auto"> <b-navbar-nav class="ml-auto"> <b-nav-item href="login" class="mr-4" v-if="user === 'anonymous'">Login</b-nav-item> <b-nav-item href="login" class="mr-4" v-if="user === 'anonymous'">Login</b-nav-item> Loading Loading @@ -36,4 +36,9 @@ export default { background-color: #093784; background-color: #093784; margin-bottom: 20px; margin-bottom: 20px; } } sup { color: red; margin-left: 2px; } </style> </style>