Skip to content

Commit

Permalink
revert #1933
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoser committed Jun 25, 2024
1 parent fb0220a commit ae6e163
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/Members/GMemberDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SPDX-License-Identifier: Apache-2.0
v-model="visible"
max-width="650"
persistent
@keydown.esc="cancel"
>
<v-card>
<g-toolbar
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/Members/GMemberHelpDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SPDX-License-Identifier: Apache-2.0
<v-dialog
v-model="visible"
max-width="650"
@keydown.esc="hide"
>
<v-card>
<g-toolbar
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/Secrets/GSecretDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SPDX-License-Identifier: Apache-2.0
<v-dialog
v-model="visible"
max-width="850"
@keydown.esc="cancel"
>
<v-card>
<g-toolbar
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/Secrets/GSecretDialogDelete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SPDX-License-Identifier: Apache-2.0
<v-dialog
v-model="visible"
max-width="800"
@keydown.esc="hide"
>
<v-card>
<g-toolbar
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/dialogs/GDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ SPDX-License-Identifier: Apache-2.0
scrollable
:width="width"
max-width="90vw"
@keydown.esc="resolveAction(false)"
>
<v-card>
<v-toolbar
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/dialogs/GProjectDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ SPDX-License-Identifier: Apache-2.0
persistent
scrollable
max-width="600"
@keydown.esc="cancel"
>
<v-card>
<g-toolbar
Expand Down
1 change: 0 additions & 1 deletion frontend/src/views/GMembers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ SPDX-License-Identifier: Apache-2.0
v-model="kubeconfigDialog"
persistent
max-width="67%"
@keydown.esc="kubeconfigDialog = false"
>
<v-card>
<v-card-title class="bg-toolbar-background text-toolbar-title d-flex">
Expand Down
1 change: 0 additions & 1 deletion frontend/src/views/GShootList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ SPDX-License-Identifier: Apache-2.0
v-model="clusterAccessDialog"
persistent
max-width="850"
@keydown.esc="hideDialog"
>
<v-card>
<g-toolbar>
Expand Down

0 comments on commit ae6e163

Please sign in to comment.