From 0ca20bdb11b136ba82be7b4e90dec38ef012516d Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Tue, 5 Jul 2022 12:45:30 +0200 Subject: [PATCH] Changed version from 'BETA' to v1.0 + removed red warning at the top of the page. Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it> --- vospace-ui-frontend/src/components/Main.vue | 5 ++++- vospace-ui-frontend/src/components/TopMenu.vue | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/vospace-ui-frontend/src/components/Main.vue b/vospace-ui-frontend/src/components/Main.vue index f33cd25..c8fb21f 100644 --- a/vospace-ui-frontend/src/components/Main.vue +++ b/vospace-ui-frontend/src/components/Main.vue @@ -5,8 +5,11 @@ --> <template> <div class="container"> - <p style="color:red"> + <!--<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>--> + <p> + <strong>Please, report bugs at <a href="mailto:vospace.ia2@inaf.it">vospace.ia2@inaf.it</a></strong> </p> <b-breadcrumb :items="breadcrumbs"></b-breadcrumb> <div class="mb-3"> diff --git a/vospace-ui-frontend/src/components/TopMenu.vue b/vospace-ui-frontend/src/components/TopMenu.vue index b921d8e..a3e8f1f 100644 --- a/vospace-ui-frontend/src/components/TopMenu.vue +++ b/vospace-ui-frontend/src/components/TopMenu.vue @@ -6,7 +6,7 @@ <template> <div> <b-navbar toggleable="lg" type="dark" id="top-menu"> - <b-navbar-brand href="#/" class="d-none d-md-block">VOSpace<sup>BETA</sup></b-navbar-brand> + <b-navbar-brand href="#/" class="d-none d-md-block">VOSpace<sup><b>v1.0</b></sup></b-navbar-brand> <JobsMenuItem /> <b-navbar-nav class="ml-auto"> <!--<b-nav-item right v-b-modal.modal-faq href="#">FAQ</b-nav-item>--> @@ -42,7 +42,7 @@ export default { } sup { - color: red; + color: yellow; margin-left: 2px; } </style> -- GitLab