Skip to content

Commit

Permalink
change on search
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed May 28, 2024
1 parent b64d945 commit 31451e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/views/Functions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
</v-btn>
</template>
<v-list >

<v-btn class="buttom-options" outline @click="editFunction(props.item)" >
<v-icon small class="mr-2">edit</v-icon>
Edit
Expand Down Expand Up @@ -74,7 +73,6 @@
</td>
</tr>
</template>

<template v-slot:expand="props" style="margin-top:1rem">

<div class=" div-list-content" >
Expand All @@ -83,10 +81,7 @@

</v-card>
</div>


</template>

<template v-slot:no-data>
<v-alert :value="true" type="info" color="#83C3FA" style="color:black;">
There are no services deployed.
Expand Down Expand Up @@ -136,7 +131,7 @@ export default {
show_spinner: true,
show_alert: false,
headers: [
{ text: 'SERVICE', sortable: false, align: 'center', value: 'service' },
{ text: 'SERVICE', sortable: false, align: 'center', value: 'name' },
{ text: 'CONTAINER', sortable: false, align: 'center', value: 'container' },
{ text: 'CPU', sortable: false, align: 'center',value: 'cpu' },
{ text: 'MEMORY', sortable: false, align: 'center', value: 'memory' },
Expand Down

0 comments on commit 31451e2

Please sign in to comment.