Skip to content

Commit

Permalink
update server status
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Jun 1, 2024
1 parent 61e7904 commit 6a21fc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/assets/js/views/servertabs/ServerStatus.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<template>
<div id="server-status-component">
<div class="flex flex-wrap ">
<div class="md:w-1/6 pr-4 pl-4">
<strong>{{ trans('servers.query') }}</strong>
</div>

<div class="md:w-1/6 pr-4 pl-4">
<div v-if="status === 'online'" class="inline">
<span class="badge-green">{{ trans('servers.online') }}</span>
Expand Down

0 comments on commit 6a21fc1

Please sign in to comment.