mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Add status for "iroha" (on Oracle Cloud)
This commit is contained in:
parent
4e5eda745b
commit
40c98e4c1f
@ -3,5 +3,8 @@
|
|||||||
"location": "Location",
|
"location": "Location",
|
||||||
"tottori": "Tottori, Japan",
|
"tottori": "Tottori, Japan",
|
||||||
"hiroshima": "Hiroshima, Japan",
|
"hiroshima": "Hiroshima, Japan",
|
||||||
"model": "Model"
|
"model": "Model",
|
||||||
|
"region": "Region",
|
||||||
|
"service": "Service",
|
||||||
|
"shape": "Shape"
|
||||||
}
|
}
|
@ -3,5 +3,8 @@
|
|||||||
"location": "場所",
|
"location": "場所",
|
||||||
"tottori": "日本, 鳥取県",
|
"tottori": "日本, 鳥取県",
|
||||||
"hiroshima": "日本, 広島県",
|
"hiroshima": "日本, 広島県",
|
||||||
"model": "モデル"
|
"model": "モデル",
|
||||||
|
"region": "リージョン",
|
||||||
|
"service": "サービス",
|
||||||
|
"shape": "シェイプ"
|
||||||
}
|
}
|
@ -12,6 +12,9 @@ export default function About(props) {
|
|||||||
const tottori = t('tottori')
|
const tottori = t('tottori')
|
||||||
const hiroshima = t('hiroshima')
|
const hiroshima = t('hiroshima')
|
||||||
const model = t('model')
|
const model = t('model')
|
||||||
|
const service = t('service')
|
||||||
|
const region = t('region')
|
||||||
|
const shape = t('shape')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
@ -47,6 +50,18 @@ export default function About(props) {
|
|||||||
</div>
|
</div>
|
||||||
<iframe className="w-full h-96" src="https://mackerel.io/embed/public/embed/5HVbQiwuxrMithyrGjmmQCCOVgJ6Ptf94SDA2qWSTsh2rtz7pjePihYzaW5QEml4?period=24h" height="400" frameBorder="0" scrolling="no"></iframe>
|
<iframe className="w-full h-96" src="https://mackerel.io/embed/public/embed/5HVbQiwuxrMithyrGjmmQCCOVgJ6Ptf94SDA2qWSTsh2rtz7pjePihYzaW5QEml4?period=24h" height="400" frameBorder="0" scrolling="no"></iframe>
|
||||||
|
|
||||||
|
{
|
||||||
|
// iroha Mackerel
|
||||||
|
}
|
||||||
|
<h2 className="text-2xl text-left font-bold leading-7 sm:text-3xl sm:truncate">iroha</h2>
|
||||||
|
<div className="flex xl:w-2/3 text-center">
|
||||||
|
<div className="flex-1"><p className="font-bold">{service} </p>Oracle Cloud</div>
|
||||||
|
<div className="flex-1"><p className="font-bold">{shape} </p>VM.Standard.E2.1.Micro</div>
|
||||||
|
<div className="flex-1"><p className="font-bold">RAM </p>1GB</div>
|
||||||
|
<div className="flex-1"><p className="font-bold">OS </p>Ubuntu 20.04 LTS</div>
|
||||||
|
<div className="flex-1"><p className="font-bold">{region} </p>Japan Central (Osaka)</div>
|
||||||
|
</div>
|
||||||
|
<iframe className="w-full h-96" src="https://mackerel.io/embed/public/embed/wgmTz7aTgvwfyU6qVHrJJmQlpOHCUJK6qw0W9sJTX68WOI8TFtc27YvJ7dwkQEGv?period=24h" height="400" frameBorder="0" scrolling="no"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user