Skip to content

Commit

Permalink
feat: delete unused button in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Aug 10, 2023
1 parent b80c066 commit 9e224a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions src/components/aws/drawer/ALBDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ const handleUpdate = (newTextValue, arg) => {
</div>
<div class="drawer-header-title">Elastic Load Balancer</div>
</v-row>
<v-row>
<v-col class="text-right">
<v-btn class="cancel-btn" @click="handleClose">Close</v-btn>
<v-btn class="save-btn" @click="handleSave">Save</v-btn>
</v-col>
</v-row>
</v-container>
</v-card>
</template>
Expand Down
6 changes: 0 additions & 6 deletions src/components/aws/drawer/NATgwDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ const handleUpdate = (newTextValue, arg) => {
</div>
<div class="drawer-header-title">NAT Gateway</div>
</v-row>
<v-row>
<v-col class="text-right">
<v-btn class="cancel-btn" @click="handleClose">Close</v-btn>
<v-btn class="save-btn" @click="handleSave">Save</v-btn>
</v-col>
</v-row>
</v-container>
</v-card>
</template>
Expand Down
6 changes: 0 additions & 6 deletions src/components/aws/drawer/PrivateSubnetDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ const handleUpdate = (newTextValue, arg) => {
</div>
<div class="drawer-header-title">Private Subnet</div>
</v-row>
<v-row>
<v-col class="text-right">
<v-btn class="cancel-btn" @click="handleClose">Close</v-btn>
<v-btn class="save-btn" @click="handleSave">Save</v-btn>
</v-col>
</v-row>
</v-container>
</v-card>
</template>
Expand Down
6 changes: 0 additions & 6 deletions src/components/aws/drawer/PublicSubnetDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ const handleUpdate = (newTextValue, arg) => {
</div>
<div class="drawer-header-title">Public Subnet</div>
</v-row>
<v-row>
<v-col class="text-right">
<v-btn class="cancel-btn" @click="handleClose">Close</v-btn>
<v-btn class="save-btn" @click="handleSave">Save</v-btn>
</v-col>
</v-row>
</v-container>
</v-card>
</template>
Expand Down

0 comments on commit 9e224a4

Please sign in to comment.