Skip to content

Commit

Permalink
Merge branch 'pyro' of github.com:/modrinth/code into pyro
Browse files Browse the repository at this point in the history
  • Loading branch information
not-nullptr committed Oct 18, 2024
2 parents e763e0d + c707d5f commit e157488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/ui/servers/ServerStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
/>
</h3>

<component :is="metric.icon" class="absolute right-8 top-8" />
<component :is="metric.icon" class="absolute right-8 top-8 z-10" />
<ClientOnly>
<VueApexCharts
ref="chart"
type="area"
height="100"
height="142"
:options="generateOptions(metric)"
:series="[{ name: 'Chart', data: metric.data }]"
class="chart chart-animation absolute bottom-0 left-0 right-0 w-full"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class="text-lg font-bold text-contrast">Startup Command</span>
<span> The command that runs when your server is started. </span>
</label>
<Button @click="resetToDefault"> Original Command </Button>
<Button @click="resetToDefault"> Restore Default Command </Button>
</div>
<textarea
id="startup-command-field"
Expand Down

0 comments on commit e157488

Please sign in to comment.