Skip to content

Commit

Permalink
change on info section
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Apr 18, 2024
1 parent 69e20cb commit e81739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</v-card-text>
<v-card-text class="xs6"> <strong>GPU Available: </strong>
<p style="display:inline" v-if="use(gpu_available)" >Yes</p>
<p style="display:inline" v-if="!use(gpu_available)" !='true'" >No</p>
<p style="display:inline" v-if="!use(gpu_available)" >No</p>
</v-card-text>
<v-card-text class="xs6"> <strong>Yunikorn Enable: </strong>
<p style="display:inline" v-if="use(yunikorn_enable)" >Yes</p>
Expand Down

0 comments on commit e81739e

Please sign in to comment.