diff --git a/src/components/Login.vue b/src/components/Login.vue index f02df6f..7f9b9cd 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -2,34 +2,45 @@ - - {{ $t("Common.Login.SignIn") }}
{{ $t("Common.Login.UseCred") }}
{{ $t("Common.Login.Note") }} + + + + + + + + {{ $t("Common.Login.SignIn") }}
{{ $t("Common.Login.UseCred") }}
{{ $t("Common.Login.Note") }} +
+
+ - - Save username - + + + {{ $t('Common.Login.UsernameSave') }} + + - Login + Login
diff --git a/src/main.js b/src/main.js index de85558..b586d46 100644 --- a/src/main.js +++ b/src/main.js @@ -13,7 +13,7 @@ import VueSidebarMenu from 'vue-sidebar-menu' import 'vue-sidebar-menu/dist/vue-sidebar-menu.css' import '@fortawesome/fontawesome-free/css/all.css' import i18n from './i18n' -import BootstrapVue from 'bootstrap-vue' +import { BootstrapVue, BootstrapVueIcons } from 'bootstrap-vue' import 'bootstrap/dist/css/bootstrap.css' import 'bootstrap-vue/dist/bootstrap-vue.css' @@ -23,6 +23,8 @@ Vue.use(Vuex); Vue.use(VueSidebarMenu) Vue.use(Buefy); Vue.use(BootstrapVue); +Vue.use(BootstrapVueIcons) + // Logging start