Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2707365
status.astro
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
477 B
Referenced Files
None
Subscribers
None
status.astro
View Options
---
import Layout from '@/components/base.astro';
import Navbar from '@/components/navbar.astro';
import StatusPage from '@/components/react/status';
import { SITE_TITLE, SITE_DESCRIPTION } from '@/consts';
---
<Layout title={SITE_TITLE + " - Viewing server {{server_name | safe}}"} description={SITE_DESCRIPTION}>
<Navbar />
<main class="pt-10">
<StatusPage name={"{{server_name | safe}}"} base={"{{base_path | safe}}"} client:only="@astrojs/react" />
</main>
</Layout>
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Sun, Feb 1, 2:48 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
494455
Default Alt Text
status.astro (477 B)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment