From 40c98e4c1f0d4b52179d91c289af343cf22816f4 Mon Sep 17 00:00:00 2001 From: yudejp Date: Tue, 1 Jun 2021 17:09:29 +0900 Subject: [PATCH] Add status for "iroha" (on Oracle Cloud) --- locales/en/status.json | 5 ++++- locales/ja/status.json | 5 ++++- pages/status.js | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/en/status.json b/locales/en/status.json index 23a7e95..c28d282 100644 --- a/locales/en/status.json +++ b/locales/en/status.json @@ -3,5 +3,8 @@ "location": "Location", "tottori": "Tottori, Japan", "hiroshima": "Hiroshima, Japan", - "model": "Model" + "model": "Model", + "region": "Region", + "service": "Service", + "shape": "Shape" } \ No newline at end of file diff --git a/locales/ja/status.json b/locales/ja/status.json index 79730b6..e6c7e17 100644 --- a/locales/ja/status.json +++ b/locales/ja/status.json @@ -3,5 +3,8 @@ "location": "場所", "tottori": "日本, 鳥取県", "hiroshima": "日本, 広島県", - "model": "モデル" + "model": "モデル", + "region": "リージョン", + "service": "サービス", + "shape": "シェイプ" } \ No newline at end of file diff --git a/pages/status.js b/pages/status.js index 497ea1c..6912a72 100644 --- a/pages/status.js +++ b/pages/status.js @@ -12,6 +12,9 @@ export default function About(props) { const tottori = t('tottori') const hiroshima = t('hiroshima') const model = t('model') + const service = t('service') + const region = t('region') + const shape = t('shape') return ( @@ -47,6 +50,18 @@ export default function About(props) { + { + // iroha Mackerel + } +

iroha

+
+

{service}

Oracle Cloud
+

{shape}

VM.Standard.E2.1.Micro
+

RAM

1GB
+

OS

Ubuntu 20.04 LTS
+

{region}

Japan Central (Osaka)
+
+