UNCLASSIFIED

Commit f16229c5 authored by hunter.congress's avatar hunter.congress
Browse files

beta message placement

parent 774512de
<template> <template>
<div class="lb-nav"> <div class="lb-nav">
<v-alert dismissible color="tertiary" class="mb-0" close-icon="mdi-close">
The Launchboard Team Management feature will be replaced by Keycloak
groups in the near future. At the time, membership will no longer be set
inside Launchboard. You may continue to use the Launchboard Team
Management feature for now and consider it a beta feature, but those
setting will be overridden by Keyclaok once it is used at the source of
truth for Teams in Launchboard.
</v-alert>
<v-app-bar <v-app-bar
id="app-bar" id="app-bar"
flat flat
...@@ -15,7 +7,6 @@ ...@@ -15,7 +7,6 @@
height="102" height="102"
class="px-4 px-lg-12 px-xl-16" class="px-4 px-lg-12 px-xl-16"
> >
<v-row>
<v-toolbar-title> <v-toolbar-title>
<router-link to="/" class="d-flex"> <router-link to="/" class="d-flex">
<v-img <v-img
...@@ -49,12 +40,7 @@ ...@@ -49,12 +40,7 @@
</router-link> </router-link>
</div> </div>
</v-toolbar-items> </v-toolbar-items>
<v-btn <v-btn icon class="no-link nav-item" id="settings-button" to="/settings">
icon
class="no-link nav-item"
id="settings-button"
to="/settings"
>
<v-icon>mdi-cog</v-icon> <v-icon>mdi-cog</v-icon>
</v-btn> </v-btn>
<v-app-bar-nav-icon <v-app-bar-nav-icon
...@@ -75,7 +61,6 @@ ...@@ -75,7 +61,6 @@
class="hidden-md-and-up mr-0" class="hidden-md-and-up mr-0"
></span> ></span>
</TutorialTooltip> </TutorialTooltip>
</v-row>
</v-app-bar> </v-app-bar>
<v-navigation-drawer <v-navigation-drawer
v-model="menuVisible" v-model="menuVisible"
...@@ -100,6 +85,21 @@ ...@@ -100,6 +85,21 @@
</router-link> </router-link>
</div> </div>
</v-navigation-drawer> </v-navigation-drawer>
<v-alert
dark
v-model="betaMessage"
dismissible
class="mb-0"
close-icon="mdi-close"
color="#15283A"
>
The Launchboard Team Management feature will be replaced by Keycloak
groups in the near future. At the time, membership will no longer be set
inside Launchboard. You may continue to use the Launchboard Team
Management feature for now and consider it a beta feature, but those
setting will be overridden by Keyclaok once it is used at the source of
truth for Teams in Launchboard.
</v-alert>
</div> </div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment