From 872f63e1398231b1ef5caa7676e18dbedc652c0c Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Tue, 5 May 2020 15:36:41 +0200 Subject: [PATCH] Set loading image src in a single place --- src/_components/TotpModal.vue | 8 +++++--- src/_store/index.js | 11 +++++++++++ src/account/DevicesPage.vue | 6 ++++-- src/account/NetworkPage.vue | 12 +++++++----- src/account/NewNetworkPage.vue | 6 ++++-- src/account/profile/ChangePasswordPage.vue | 8 +++++--- src/account/profile/PolicyPage.vue | 8 +++++--- src/account/profile/ProfilePage.vue | 6 ++++-- src/account/profile/SetPasswordPage.vue | 6 ++++-- src/account/profile/SshKeysPage.vue | 6 ++++-- src/auth/ActivationPage.vue | 7 +++++-- src/auth/ForgotPasswordPage.vue | 6 ++++-- src/auth/LoginPage.vue | 8 +++++--- src/auth/RegisterPage.vue | 6 ++++-- 14 files changed, 71 insertions(+), 33 deletions(-) diff --git a/src/_components/TotpModal.vue b/src/_components/TotpModal.vue index ee310c4..2fa2607 100644 --- a/src/_components/TotpModal.vue +++ b/src/_components/TotpModal.vue @@ -13,7 +13,7 @@ - + @@ -21,7 +21,8 @@ \ No newline at end of file + diff --git a/src/auth/RegisterPage.vue b/src/auth/RegisterPage.vue index ef1c889..ef6307e 100644 --- a/src/auth/RegisterPage.vue +++ b/src/auth/RegisterPage.vue @@ -71,7 +71,7 @@
- + {{messages.button_label_cancel}}
@@ -81,6 +81,7 @@