Skip to content

Commit

Permalink
Merge pull request #2870 from threefoldtech/development_discount_icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama authored Jun 5, 2024
2 parents d806ab4 + da0d489 commit 5d4bdc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
</VRow>
<div class="mt-5 ml-auto text-right">
<v-tooltip bottom color="primary" close-delay="100" :disabled="!(node && node.dedicated)">
<template v-slot:activator="{ isActive, props }" v-if="num_gpu!">
<template v-slot:activator="{ isActive, props }" v-if="node && node.dedicated">
<span v-bind="props" v-on="isActive" class="font-weight-bold"
><v-icon class="scale_beat mr-2" color="warning">mdi-brightness-percent</v-icon
>{{ (price_usd! / 24 / 30).toFixed(2) }} USD/Hour</span
Expand Down

0 comments on commit 5d4bdc3

Please sign in to comment.