From ebe416aecce8fa94c412970cea641445e30066c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?= Date: Wed, 21 Feb 2018 21:34:49 +0900 Subject: [PATCH] wip --- src/web/app/common/-tags/error.tag | 215 ------------------ .../connect-failed.troubleshooter.vue | 137 +++++++++++ .../views/components/connect-failed.vue | 99 ++++++++ 3 files changed, 236 insertions(+), 215 deletions(-) delete mode 100644 src/web/app/common/-tags/error.tag create mode 100644 src/web/app/common/views/components/connect-failed.troubleshooter.vue create mode 100644 src/web/app/common/views/components/connect-failed.vue diff --git a/src/web/app/common/-tags/error.tag b/src/web/app/common/-tags/error.tag deleted file mode 100644 index f09c0ce955..0000000000 --- a/src/web/app/common/-tags/error.tag +++ /dev/null @@ -1,215 +0,0 @@ - - -

%i18n:common.tags.mk-error.title%

-

{ - '%i18n:common.tags.mk-error.description%'.substr(0, '%i18n:common.tags.mk-error.description%'.indexOf('{')) - }{ - '%i18n:common.tags.mk-error.description%'.match(/\{(.+?)\}/)[1] - }{ - '%i18n:common.tags.mk-error.description%'.substr('%i18n:common.tags.mk-error.description%'.indexOf('}') + 1) - }

- - -

%i18n:common.tags.mk-error.thanks%

- - -
- - -

%fa:wrench%%i18n:common.tags.mk-error.troubleshooter.title%

-
-

{ network == null ? '%i18n:common.tags.mk-error.troubleshooter.checking-network%' : '%i18n:common.tags.mk-error.troubleshooter.network%' }

-

{ internet == null ? '%i18n:common.tags.mk-error.troubleshooter.checking-internet%' : '%i18n:common.tags.mk-error.troubleshooter.internet%' }

-

{ server == null ? '%i18n:common.tags.mk-error.troubleshooter.checking-server%' : '%i18n:common.tags.mk-error.troubleshooter.server%' }

-
-

%i18n:common.tags.mk-error.troubleshooter.finding%

-

%fa:exclamation-triangle%%i18n:common.tags.mk-error.troubleshooter.no-network%
%i18n:common.tags.mk-error.troubleshooter.no-network-desc%

-

%fa:exclamation-triangle%%i18n:common.tags.mk-error.troubleshooter.no-internet%
%i18n:common.tags.mk-error.troubleshooter.no-internet-desc%

-

%fa:exclamation-triangle%%i18n:common.tags.mk-error.troubleshooter.no-server%
%i18n:common.tags.mk-error.troubleshooter.no-server-desc%

-

%fa:info-circle%%i18n:common.tags.mk-error.troubleshooter.success%
%i18n:common.tags.mk-error.troubleshooter.success-desc%

- - - -
diff --git a/src/web/app/common/views/components/connect-failed.troubleshooter.vue b/src/web/app/common/views/components/connect-failed.troubleshooter.vue new file mode 100644 index 0000000000..49396d1584 --- /dev/null +++ b/src/web/app/common/views/components/connect-failed.troubleshooter.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/src/web/app/common/views/components/connect-failed.vue b/src/web/app/common/views/components/connect-failed.vue new file mode 100644 index 0000000000..4761c6d6e0 --- /dev/null +++ b/src/web/app/common/views/components/connect-failed.vue @@ -0,0 +1,99 @@ + + + + + +