Adding "Test Environment" banner in the bottom right corner
This commit is contained in:
23
src/App.vue
23
src/App.vue
@@ -80,9 +80,32 @@ function calcMargin(i) {
|
|||||||
<v-sheet color="sheet" height="100%">
|
<v-sheet color="sheet" height="100%">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
|
|
||||||
</v-container>
|
</v-container>
|
||||||
|
|
||||||
|
<v-btn
|
||||||
|
fab
|
||||||
|
dark
|
||||||
|
fixed
|
||||||
|
bottom
|
||||||
|
right
|
||||||
|
color="primary"
|
||||||
|
>
|
||||||
|
<v-icon>keyboard_arrow_up</v-icon>
|
||||||
|
</v-btn>
|
||||||
|
|
||||||
<company-footer />
|
<company-footer />
|
||||||
</v-main>
|
</v-main>
|
||||||
</v-app>
|
</v-app>
|
||||||
|
|
||||||
|
<v-sheet
|
||||||
|
color="red-darken-4"
|
||||||
|
position="fixed"
|
||||||
|
location="bottom right"
|
||||||
|
class="pa-3 mb-12 mr-n16 text-center text-h5"
|
||||||
|
width="300"
|
||||||
|
style="rotate: 315deg; z-index: 1008;"
|
||||||
|
>
|
||||||
|
{{ $t('misc.testEnvironment') }}
|
||||||
|
</v-sheet>
|
||||||
</template>
|
</template>
|
||||||
@@ -244,7 +244,8 @@
|
|||||||
"chooseFile": "Datei auswählen",
|
"chooseFile": "Datei auswählen",
|
||||||
"chooseDestinationFolder": "Zielordner auswählen",
|
"chooseDestinationFolder": "Zielordner auswählen",
|
||||||
"upload": "Hochladen",
|
"upload": "Hochladen",
|
||||||
"fulfillYourPersonalDataFirst": "Gehe zu den Einstellungen und fülle deinen Namen und deine Matrikelnummer aus"
|
"fulfillYourPersonalDataFirst": "Gehe zu den Einstellungen und fülle deinen Namen und deine Matrikelnummer aus",
|
||||||
|
"testEnvironment": "Testumgebung"
|
||||||
},
|
},
|
||||||
"genre": {
|
"genre": {
|
||||||
"withoutBand": "ohne Band"
|
"withoutBand": "ohne Band"
|
||||||
|
|||||||
@@ -244,7 +244,8 @@
|
|||||||
"chooseFile": "Choose file",
|
"chooseFile": "Choose file",
|
||||||
"chooseDestinationFolder": "Choose destination folder",
|
"chooseDestinationFolder": "Choose destination folder",
|
||||||
"upload": "Upload",
|
"upload": "Upload",
|
||||||
"fulfillYourPersonalDataFirst": "Go to settings and enter your name and the right register number"
|
"fulfillYourPersonalDataFirst": "Go to settings and enter your name and the right register number",
|
||||||
|
"testEnvironment": "Test Environment"
|
||||||
},
|
},
|
||||||
"genre": {
|
"genre": {
|
||||||
"withoutBand": "without Band"
|
"withoutBand": "without Band"
|
||||||
|
|||||||
Reference in New Issue
Block a user