Skip to content

Commit

Permalink
Merge pull request #1755 from slntopp/dev-fixes
Browse files Browse the repository at this point in the history
Dev fixes
  • Loading branch information
SazukinPavel committed Jun 3, 2024
2 parents 10a721f + b3de884 commit 8e3dae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
<v-btn
class="ml-2"
color="background-light"
v-if="!isFullscrean"
v-if="isFullscreanAvailable && !isFullscrean"
@click="toggleFullScrean"
fab
small
Expand Down
1 change: 1 addition & 0 deletions admin-ui/src/components/instances_table_modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
style="margin-top: 0 !important"
:value="[]"
:headers="headers"
no-search
:items="accountInstances"
:show-select="false"
/>
Expand Down

0 comments on commit 8e3dae6

Please sign in to comment.