Skip to content

Commit

Permalink
Merge pull request #2061 from threefoldtech/development_nodes_legend
Browse files Browse the repository at this point in the history
add nodes legend
  • Loading branch information
AlaaElattar committed Jan 23, 2024
2 parents af1a6ff + 6070402 commit 7b55dd4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/playground/src/views/nodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,28 @@
</v-row>
</div>
</div>
<div class="mx-auto mt-5 d-flex">
<div class="mr-6">
<v-chip color="success" class="mr-2">
<span class="text-subtitle-2"> Shared </span>
</v-chip>
<span class="text-subtitle-2">Multiple users can deploy on that node</span>
</div>
<div class="mr-6">
<v-chip color="warning" class="mr-2">
<span class="text-subtitle-2"> Rented </span>
</v-chip>
<span class="text-subtitle-2">Rented as full node for a single user</span>
</div>
<div class="mr-6">
<v-chip color="primary" class="mr-2">
<span class="text-subtitle-2"> Rentable </span>
</v-chip>
<span class="text-subtitle-2">You can rent it exclusively for your workloads</span>
</div>
</div>
<node-details
:filter-options="{ size, page, gpu: filters.gpu }"
Expand Down

0 comments on commit 7b55dd4

Please sign in to comment.