Skip to content

Commit c45cff8

Browse files
authored
Merge pull request #846 from ercole-io/dbs_pdbs_new_layout
Fix pdb modal size
2 parents eb1029d + 4a8ec3e commit c45cff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/databases/oracle/Pdbs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</template>
144144
</FullTable>
145145

146-
<b-modal :active.sync="isModalActive" fullScreen>
146+
<b-modal :active.sync="isModalActive" :width="1500" scroll="keep">
147147
<PdbsModal
148148
:pdbName="modalData.pdbName"
149149
:hostname="modalData.hostname"

src/views/databases/oracle/PdbsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="modal-card" v-if="isMounted">
2+
<div class="modal-card" style="width: 100%" v-if="isMounted">
33
<header class="modal-card-head">
44
<p class="modal-card-title is-size-4 has-text-weight-semibold">
55
{{ pdbName }} -

0 commit comments

Comments
 (0)