mirror of https://github.com/rancher/dashboard.git
First off... fix annoying `logging out` position
This commit is contained in:
parent
4e44f7b462
commit
494acb68d1
|
|
@ -3020,6 +3020,9 @@ login:
|
|||
remember:
|
||||
label: Remember Username
|
||||
|
||||
logout:
|
||||
message: Logging Out...
|
||||
|
||||
managementNode:
|
||||
customName: Custom Name
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,16 @@ export default {
|
|||
|
||||
<template>
|
||||
<main class="main-layout">
|
||||
<h1 class="text-center mt-50">
|
||||
Logging Out…
|
||||
</h1>
|
||||
<div>
|
||||
<h1 v-t="'logout.message'" />
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
main > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue