mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
update pending change stage
This commit is contained in:
@@ -239,7 +239,9 @@
|
||||
<div>
|
||||
Your server will {{ pendingChange.verb.toLowerCase() }} to the "{{
|
||||
pendingChange.planSize
|
||||
}}" plan on {{ formatDate(pendingChange.date) }}.
|
||||
}}" plan on
|
||||
<span class="font-medium text-contrast">{{ formatDate(pendingChange.date) }}</span
|
||||
>.
|
||||
</div>
|
||||
<ServersSpecs
|
||||
class="!font-normal !text-primary"
|
||||
|
||||
@@ -61,11 +61,18 @@ export const ConfiguringNewServer: Story = {
|
||||
},
|
||||
}
|
||||
|
||||
export const WithPendingChange: Story = {
|
||||
export const WithPendingDowngrade: Story = {
|
||||
args: {
|
||||
...baseServer,
|
||||
name: 'Competitive UHC',
|
||||
pendingChange,
|
||||
pendingChange: {
|
||||
...pendingChange,
|
||||
planSize: 'Small',
|
||||
ramGb: 4,
|
||||
storageGb: 40,
|
||||
cpuBurst: 4,
|
||||
verb: 'Downgrade',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user